-
Notifications
You must be signed in to change notification settings - Fork 9
/
achievements.html
202 lines (161 loc) · 6.87 KB
/
achievements.html
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html>
<head>
<title>Techequilla</title>
<script src="https://kit.fontawesome.com/5dbf1108d2.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/achievements.css">
<link href="https://fonts.googleapis.com/css?family=Antic+Slab&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top navbar-custom">
<a class="navbar-brand" href="index.html" style="font-size:1rem;"> Techequilla </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fa fa-navicon" style="color:#00ace6; font-size:26px;"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-brand" href="achievements.html">Achievements</a>
</li>
<li class="nav-item">
<a class="nav-brand" href="#about">Announcements</a>
</li>
<li class="nav-item">
<a class="nav-brand" href="teams.html">Teams</a>
</li>
<li class="nav-item">
<a class="nav-brand" href="contact.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-brand" href="projects.html">Projects</a>
</li>
</ul>
</div>
</nav>
<div class="bg">
<img src="./assets/Images/trophy.jpg" class="trophy"> </img>
</div>
<section class="tops">
<div class="container">
<div class="row">
<div class="col-lg-12 col-sm-12" id="homeContent">
<h1> Our Achievements </h1>
</div>
</div>
</div>
</section>
<section class="stats">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="stat-items">
<i class="fa fa-laptop fa-3x icon"></i>
<h2><span class="counter text-center">2000</span></h2>
<p>Projects Undertaken</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="stat-items">
<i class="fa fa-calendar-alt fa-3x icon"></i>
<h2><span class="counter text-center">500</span></h2>
<p>Events</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="stat-items">
<i class="fa fa-scroll fa-3x icon"></i>
<h2><span class="counter text-center">300</span></h2>
<p>Research Papers</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="stat-items">
<i class="fa fa-trophy fa-3x icon"></i>
<h2><span class="counter text-center">2000</span></h2>
<p>Awards Won</p>
</div>
</div>
</div>
</section>
<div class="container mt-5 mb-5 timeline">
<div class="row">
<div class="col-md-6 offset-md-3">
<h4>Achievements Timeline</h4>
<ul class="timeline">
<li>
<a href="#">New Web Desig</a>
<a href="#" class="float-right">21 March, 2020</a>
<p>
Technology is the sum of techniques, skills, methods,
and processes used in the production of goods or services or in the
accomplishment of objectives, such as scientific investigation.
</p>
</li>
<li>
<a href="#">21 000 Job Seekers</a>
<a href="#" class="float-right">4 March, 2020</a>
<p>
Technology is the sum of techniques, skills, methods,
and processes used in the production of goods or services or in the
accomplishment of objectives, such as scientific investigation.
</p>
</li>
<li>
<a href="#">Awesome Employers</a>
<a href="#" class="float-right">1 April, 2020</a>
<p>
Technology is the sum of techniques, skills, methods,
and processes used in the production of goods or services or in the
accomplishment of objectives, such as scientific investigation.
</p>
</li>
</ul>
</div>
</div>
</div>
<div class="text-muted mt-5 mb-5 text-center small">by : <a class="text-muted" target="_blank" href="#">Techequilla</a></div>
<button class="button2" href="#">See More</button>
<section class="Sponsors">
<div class="container">
<div class="row">
<div class="col-lg-12 col-sm-12" id="homeContent">
<h1> Our Sponsors </h1>
</div>
</div>
</div>
</section>
<div class="bg">
<img src="./assets/Images/gslogo.png" class="gs"> </img>
</div>
<div class="page-footer">
<a class="fb-ic">
<i class="fab fa-facebook-f fa-lg white-text mr-md-5 mr-3 "> </i>
</a>
<a class="tw-ic">
<i class="fab fa-twitter fa-lg white-text mr-md-5 mr-3 "> </i>
</a>
<a class="gplus-ic">
<i class="fab fa-github fa-lg white-text mr-md-5 mr-3 "> </i>
</a>
<a class="li-ic">
<i class="fab fa-linkedin-in fa-lg white-text mr-md-5 mr-3 "> </i>
</a>
<a class="ins-ic">
<i class="fab fa-instagram fa-lg white-text mr-md-5 mr-3 "> </i>
</a>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script>
<script>
new Darkmode().showWidget();
</script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>