-
Notifications
You must be signed in to change notification settings - Fork 19
/
project.html
232 lines (219 loc) · 9.53 KB
/
project.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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Code With Us</title>
<link rel="icon" href="./logo/icon.png" />
<link rel="stylesheet" href="./assets/css/style1.css" />
<script
src="https://kit.fontawesome.com/3e6ea9dfab.js"
crossorigin="anonymous"
></script>
</head>
<body>
<header>
<nav class="navbar">
<span class="navbar-toggle" id="js-navbar-toggle">
<i class="fa fa-bars"></i>
</span>
<div class="brand"><img src="./logo/logo.png" height="48" /></div>
<ul class="main-nav" id="js-menu">
<li><a href="./index.html">Home</a></li>
<li><a href="#section4">Team</a></li>
<li><a href="#section6">Mentors</a></li>
<li><a href="./project.html">Projects</a></li>
<li><a href="#aboutus">About</a></li>
<li><a href="#contactus">Contact</a></li>
</ul>
</nav>
</header>
<div class="images">
<div class="container">
<div class="secHead">
<h1 class="projectheader">PROJECTS</h1>
</div>
</div>
<!--Card Section Goes Here!!-->
<div class ="container1">
<div class="flex-gap">
<div class="column1" >
<div class="project-img-header">
<img src="https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png" style="height:140px;border-radius:50%;border:5px solid #5d74a1;margin-top:-125px;">
</div>
<br>
<h2 class="header" >Project Name1</h2>
<br>
<p class="para"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem ipsum has been the industry's standard dummy text ever since the 1500s</p>
<h4 class="author">Author</h4>
<h5 class="author-name">Author Name</h5>
<button class="btn">View Project</button>
<a class="social-links-a " href="#">
<i class="fab fa-github fa-2x"aria-hidden="true"></i>
</a>
<a class="social-links-a " href="#">
<i class="fab fa-linkedin fa-2x"aria-hidden="true"></i>
</a>
</div>
<div class="column2" >
<div class="project-img-header">
<img src="https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png"
style="height:140px;border-radius:50%;border:5px solid #5d74a1;margin-top:-125px;">
</div>
<br>
<h2 class="header">Project Name2</h2>
<br>
<p class="para"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem ipsum has been the industry's standard dummy text ever since the 1500s</p>
<h4 class="author">Author</h4>
<h5 class="author-name">Author Name</h5>
<button class="btn">View Project</button>
<a class="social-links-a " href="#">
<i class="fab fa-github fa-2x"aria-hidden="true"></i>
</a>
<a class="social-links-a " href="#">
<i class="fab fa-linkedin fa-2x"aria-hidden="true"></i>
</a>
</div>
<div class="column3" >
<div class="project-img-header">
<img src="https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png"
style="height:140px;border-radius:50%;border:5px solid #5d74a1;margin-top:-125px;">
</div>
<br>
<h2 class="header">Project Name3</h2>
<br>
<p class="para"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem ipsum has been the industry's standard dummy text ever since the 1500s</p>
<h4 class="author">Author</h4>
<h5 class="author-name">Author Name</h5>
<button class="btn">View Project</button>
<a class="social-links-a " href="#">
<i class="fab fa-github fa-2x"aria-hidden="true"></i>
</a>
<a class="social-links-a " href="#">
<i class="fab fa-linkedin fa-2x"aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="container2" >
<div class="flex-gap">
<div class="column4" >
<div class="project-img-header">
<img src="https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png"
style="height:140px;border-radius:50%;border:5px solid #5d74a1;margin-top:-125px;">
</div>
<br>
<h2 class="header">Project Name4</h2>
<br>
<p class="para"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem ipsum has been the industry's standard dummy text ever since the 1500s</p>
<h4 class="author">Author</h4>
<h5 class="author-name">Author Name</h5>
<button class="btn">View Project</button>
<a class="social-links-a " href="#">
<i class="fab fa-github fa-2x"aria-hidden="true"></i>
</a>
<a class="social-links-a " href="#">
<i class="fab fa-linkedin fa-2x"aria-hidden="true"></i>
</a>
</div>
<div class="column5" >
<div class="project-img-header">
<img src="https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png"
style="height:140px;border-radius:50%;border:5px solid #5d74a1;margin-top:-125px;">
</div>
<br>
<h2 class="header">Project Name5</h2>
<br>
<p class="para"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem ipsum has been the industry's standard dummy text ever since the 1500s</p>
<h4 class="author">Author</h4>
<h5 class="author-name">Author Name</h5>
<button class="btn">View Project</button>
<a class="social-links-a " href="#">
<i class="fab fa-github fa-2x"aria-hidden="true"></i>
</a>
<a class="social-links-a " href="#">
<i class="fab fa-linkedin fa-2x"aria-hidden="true"></i>
</a>
</div>
<div class="column6" >
<div class="project-img-header">
<img src="https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png"
style="height:140px;border-radius:50%;border:5px solid #5d74a1;margin-top:-125px;">
</div>
<br>
<h2 class="header">Project Name6</h2>
<br>
<p class="para"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem ipsum has been the industry's standard dummy text ever since the 1500s</p>
<h4 class="author">Author</h4>
<h5 class="author-name">Author Name</h5>
<button class="btn">View Project</button>
<a class="social-links-a " href="#">
<i class="fab fa-github fa-2x"aria-hidden="true"></i>
</a>
<a class="social-links-a " href="#">
<i class="fab fa-linkedin fa-2x"aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<!-- Footer section Goes From Here -->
<footer class="footer-distributed">
<div class="footer-left">
<h3><span>Code with Us</span></h3>
<p class="footer-links">
<a href="#home">Home</a>
|
<a href="./team.html">Team</a>
|
<a href="#aboutus">About</a>
|
<a href="#contactus">Contact</a>
</p>
<p class="footer-company-name">© 2020 Code With Us.</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p>
<span>Ghaziabad</span>
<!--Add your location here-->
</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+91 XXXXXXXXXX</p>
<!--Add your contact number-->
</div>
<div>
<i class="fa fa-envelope"></i>
<p>
<a href="mailto:[email protected]"
>Kundan Bhasin</a
>
<a href="mailto:[email protected]"
>Manish Kumar</a
>
<a href="mailto:[email protected]"
>Shivam Agrahari</a
>
</p>
<!--Add You MailID after mailto:-->
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About the company</span>
Code with Us is an Organisation for university students who want to
bring about a change through technology.
</p>
<div class="footer-icons">
<a href="/"><i class="fab fa-facebook"></i></a>
<!--Add Social Links Here-->
<a href="/"><i class="fab fa-instagram"></i></a>
<a href="/"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>