-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
261 lines (238 loc) · 11 KB
/
index.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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- google fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,700;1,800&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,700;1,800&display=swap"
rel="stylesheet">
<!-- style sheets -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<title>The Lean Space</title>
</head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body>
<!-- Main Landing Section -->
<section id="landing">
<div class="container">
<div class="row">
<div class="col-md-6">
<div id="logo" class="mx-auto mx-md-0">
<div class="mx-3">
<img src="assets/the lean space logo - transparent 1.png" class="mt-0" alt="">
</div>
<div id="logo-text" class="">
<h2>Lean</h2>
<h1>Space</h1>
</div>
</div>
<div id="motto">
<h2>Let us all</h2>
<h1>Grow together!</h1>
</div>
<p class="pb-4" id="main-para">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor error amet eligendi labore
laboriosam aliquam mollitia quia consequatur vel dolorem?
</p>
<button class="d-none d-md-block">Join Today!</button>
</div>
<div class="col-md-6 my-auto mx-auto" id="main-img-container">
<img src="assets/undraw_Pair_programming_re_or4x.png" id="main-img" alt="">
</div>
<div class="row">
<button class="d-md-none mx-auto my-3 border-0">Join Today!</button>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="pt-5 ">
<div class="container text-center ">
<h2>What's the big idea!</h2>
<h3 class="mx-auto">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quis tenetur
temporibus sapiente!</h3>
<div class="row pt-3 g-0" id="benefits">
<div class="col-md-4" class="">
<div class="benefit-container">
<img class="benefit-img" src="assets/undraw_Connecting_Teams_re_hno7.png" alt="">
</div>
<h2>Network</h2>
<h3 class="mx-auto">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Accusantium ex fugit
officia.</h3>
</div>
<div class="col-md-4" class="">
<div class="benefit-container">
<img class="benefit-img my-auto" src="assets/undraw_book_reading_kx9s.png" alt="">
</div>
<h2>Learn</h2>
<h3 class="mx-auto">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Accusantium ex fugit
officia.</h3>
</div>
<div class="col-md-4" class="">
<div class="benefit-container">
<img class="benefit-img" src="assets/undraw_Having_fun_re_vj4h.png" alt="">
</div>
<h2>Enjoy</h2>
<h3 class="mx-auto">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Accusantium ex fugit
officia.</h3>
</div>
</div>
</div>
</section>
<!-- Join our community -->
<section id="responsive" class="py-3 mx-auto">
<div class="embed-responsive embed-responsive-16by9 pb-3 text-center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/bA4pO1Y4ujA" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</section>
<section id="community" class="py-3">
<div class="container mt-3 mb-3 pb-3 text-center">
<a href="#" class="btn btn-primary btn-lg active" role="button" aria-pressed="true">Join Our Community</a>
</div>
</section>
<!-- Testimonial -->
<section id="testimonial">
</section>
<!-- Team Section -->
<section id="team" class="py-3">
<div class="container text-center">
<h2>Meet our team.</h2>
<h3 class="mx-auto">The amazing people behind this initiative.</h3>
</div>
<div class="card-group mt-4 p-5 text-center">
<div class="card style = width: 1.2rem">
<img src="assets/th (8).jfif" alt=""/>
<div class="card-body">
<h2 class="fs-3 fw-bold mt-3">Vivian</h2>
<p class="fs-6 fw-normal">A Cadet who Codes</p>
<div class="social-icons">
<a href="#" class="fa fa-github"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-instagram"></a>
</div>
</div>
</div>
<div class="card">
<img src="assets/th (8).jfif"/>
<div class="card-body">
<h2 class="fs-3 fw-bold mt-3">Chaaru</h2>
<p class="fs-6 fw-normal">A Cadet who Codes.</p>
<div class="social-icons">
<a href="#" class="fa fa-github"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-instagram"></a>
</div>
</div>
</div>
<div class="card">
<img src="assets/th (8).jfif" alt=""/>
<div class="card-body">
<h2 class="fs-3 fw-bold mt-3">Anjneya</h2>
<p class="fs-6 fw-normal">A Cadet who Codes.</p>
<div class="social-icons">
<a href="#" class="fa fa-github"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-instagram"></a>
</div>
</div>
</div>
<div class="card">
<img src="assets/th (8).jfif" alt=""/>
<div class="card-body">
<h2 class="fs-3 fw-bold mt-3">Parvathi</h2>
<p class="fs-6 fw-normal">A Cadet who Codes.</p>
<div class="social-icons">
<a href="#" class="fa fa-github"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-instagram"></a>
</div>
</div>
</div>
<div class="card">
<img src="assets/th (8).jfif" alt=""/>
<div class="card-body">
<h2 class="fs-3 fw-bold mt-3">Aishwarya</h2>
<p class="fs-6 fw-normal">A Cadet who Codes</p>
<div class="social-icons">
<a href="#" class="fa fa-github"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-instagram"></a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Form Section -->
<section id="contact" class="py-5 mx-auto">
<div class="container text-center">
<h2>Contact Us.</h2>
<h3 class="mx-auto">Want to send us a message?</h3>
<form>
<input class="form-control" type="text" id="nameEntry" placeholder="Your Name">
<input type="email" class="form-control" id="emailEntry" placeholder="Your Email">
<textarea class="form-control" id="messageEntry" placeholder="Your Message" rows="5"></textarea>
<button type="submit" class="btn mt-4" id="submit-btn">Send</button>
</form>
</div>
</section>
<!-- Footer Section -->
<section id="footer" class="py-5">
<div id="asset-div">
<img src="assets/asset-newsletter-bg.png" id="asset-pixels">
<div class="container text-center mb-5" id="newsletter">
<div class="row my-auto">
<div class="col-12 col-md-6 my-auto">
Subscribe for newsletter
</div>
<div class="col col-md-6">
<form action="">
<input type="email" class="form-control" id="nlEmail" placeholder="Enter email address">
</form>
</div>
</div>
</div>
</div>
<div class="container text-center" id="follow">
<div class="row">
<a href="" class="col-md-4">
<img src="assets/Lean Programmer Website.png" alt="">
</a>
<h3 class="col-md-4">Follow Us</h3>
<div class="col-md-4">
<a href="">
<img src="assets/Instagram.png" alt="">
</a>
<a href="">
<img src="assets/LinkedIn.png" alt="">
</a>
<a href="">
<img src="assets/GitHub.png" alt="">
</a>
<a href="">
<img src="assets/YouTube.png" alt="">
</a>
</div>
</div>
</div>
<div class="container text-center my-3">
<p>© The Lean Programmer, 2022 </p>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"></script>
</body>
</html>