-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
170 lines (163 loc) · 9.67 KB
/
index.html
File metadata and controls
170 lines (163 loc) · 9.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"/>
<link rel="shortcut icon" href="img/calender.png">
<title>Programming Calender</title>
<style>
body{
background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRiof4jHxBIdJMD_ElCsNIs7DnrGgFSG7g739XlJ1eq2t75G1aP");
background-attachment: fixed;
}
.h5{
color:red;
}
#h6{
color:blue;
}
.card-body:hover{
margin: 1%;
border: tomato;
background-color: lightgoldenrodyellow;
}
</style>
</head>
<body onload = "fetchallsamplecard()">
<div class="container">
<div class="jumbotron">
<h1>Hello, coders!</h1>
<p class="lead">
This is a smart web app that provides information about all the
upcoming/ongoing coding challenges held on various platforms. The
go-to web-app for an enthusiastic coder!!!
</p>
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="card-deck">
<div class="card">
<a href="https://codeforces.com/">
<img class="card-img-top" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQNVlFxJW_Zltw4RsbVGOYk8Vr9E3Io5Ie3BAL9o0Ezr9a1vRT5" alt="Card image cap">
</a>
<div class="card-body">
<h5 class="card-title text-warning">Code Forces</h5>
<p class="card-text" text-color="red">Codeforces is a website that hosts competitive programming contests.It is maintained by a group of competitive programmers from ITMO University..</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</div>
<div class="card">
<a href="https://www.codechef.com/">
<img class="card-img-top" src="https://cdn.dribbble.com/users/70628/screenshots/1743345/codechef.png">
</a>
<div class="card-body">
<h5 class="card-title text-warning">CodeChef</h5>
<p class="card-text">CodeChef is a competitive programming website. It is a non-profit educational initiative of Directi,aimed at providing a platform for students, young software professionals to practice, hone their programming skills through online contests.</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</div>
<div class="card">
<a href="https://www.topcoder.com/">
<img class="card-img-top" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQTLA0WPPU-SHEVEnlTMvF2howRxx6AXWW-jdsAJpbpimFMo94h" alt="Card image cap">
</a>
<div class="card-body">
<h5 class="card-title text-warning">Top Coders</h5>
<p class="card-text">Topcoder (formerly TopCoder) is a crowdsourcing company with an open global community of designers, developers, data scientists, and competitive programmers.Topcoder pays community members for their work on the projects and sells community services to corporate, mid-size, and small-business clients.</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</div>
</div>
<div class="carousel-caption d-none d-md-block">
</div>
</div>
<div class="carousel-item">
<div class="card-deck">
<div class="card">
<a href="https://codingcompetitions.withgoogle.com/">
<img class="card-img-top" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTxl1OcsejbY51DldMO028X4sVyA_0goDS-uLJKVrCdZiRbMgdx" alt="Card image cap">
</a>
<div class="card-body">
<h5 class="card-title text-warning">Google's Coding Competition</h5>
<p class="card-text">Google Code Jam is an international programming competition hosted and administered by Google. The competition consists of a set of algorithmic problems which must be solved in a fixed amount of time..</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</div>
<div class="card">
<a href="https://www.hackerrank.com/">
<img class="card-img-top" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcT2_E4V8E8YeFenQyCxfWNICCXy7IpoiQlfM5qXZxXVec7coH2u" alt="Card image cap">
</a>
<div class="card-body">
<h5 class="card-title text-warning">Hackerrank</h5>
<p class="card-text">HackerRank is a technology company that focuses on competitive programming challenges for both consumers and businesses.</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</div>
<div class="card">
<a href="https://www.hackerearth.com/">
<img class="card-img-top" src="https://d2908q01vomqb2.cloudfront.net/cb4e5208b4cd87268b208e49452ed6e89a68e0b8/2021/07/16/HackerEarthFeatureImage.png" alt="Card image cap">
</a>
<div class="card-body">
<h5 class="card-title text-warning">Hackerearth</h5>
<p class="card-text">HackerEarth provides enterprise software solutions that help organisations with their technical recruitment needs. HackerEarth has conducted 1000+ hackathons and 10,000+ programming challenges to date</p>
</div>
<div class="card-footer">
<small class="text-muted">Last updated 3 mins ago</small>
</div>
</div>
</div>
<div class="carousel-caption d-none d-md-block">
</div>
</div>
<div class="carousel-item">
<img src="https://i1.wp.com/allhtaccess.info/wp-content/uploads/2018/03/programming.gif?fit=1281%2C716&ssl=1" class="d-block w-100" alt=".." height="500" width="500">
<div class="carousel-caption d-none d-md-block">
<h5 class="h5">KEEP CODING!!!</h5>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="row">
</div><!---row div-->
<div class="jumbotron pd-0 mt-0 md-0 pd-0 pt-5">
<footer class="app-footer">
<div>
<a href="https://www.codeasylums.com/">CodeAsylums</a>
<span>© 2019 December.</span>
</div>
</footer>
</div>
</div>
<!-- Bootstrap js -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-- -->
<script src = "index.js" defer></script>
</body>
</html>