-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
214 lines (206 loc) · 11.2 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
<!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">
<title>Document</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body>
<header style="background-color: lightblue;" id="home">
<a class="navbar-brand" href="#"></a>
<img class="image" src="Images\buildlogo.png" alt="" height="40px" style="margin: 8px;">
</a>
<nav class="navbar navbar-expand-lg navbar-light float-right">
<button type="button" class="navbar-toggler bg-light" data-toggle="collapse" data-target="#nav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="nav">
<ul class="navbar-nav w-100 justify-content-end">
<li class="nav-item">
<a href="#home" class="nav-link nav-link-ltr">Home</a>
</li>
<li class="nav-item">
<a href="#mentors" class="nav-link nav-link-ltr">Mentors</a>
</li>
<li class="nav-item">
<a href="#participate" class="nav-link nav-link-ltr">Participate</a>
</li>
</ul>
</div>
</nav>
</header>
<section>
<div class="row">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel" style="width: 100%;">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="Images\carousel.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="Images\carousel2.png" alt="Second slide" width="100%">
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" 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="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<section>
<div class="container-fluid ">
<div class="fs-3 text-center">Join Us</div>
<div class="text-center mt-5">
<p class="mt-5">Pygrammers is a community of python enthusiasts with similar ideologies and interest</p>
<a href="https://desktop.telegram.org/"><button type="button" class="btn btn-primary text-white text-center mt-2" >Telegram</button></a>
</div>
</div>
</section>
<section>
<div class="flex p-3">
<div class="row justify-content-center align-items-center h-100">
<div style="width: 100%;">
<div class="form">
<div class="form1 form-control form-control-lg">
<form class="text-center justify-content-center">
<h3>Form:</h3>
<style>
.input{width: 50%;}
</style>
<h6>Name</h6>
<input type="text">
<h6>Mobile number</h6>
<input type="text">
<h6>Email address</h6>
<input type="email">
<h6>Company/Institution Name</h6>
<input type="text">
<p class="p-2" style="font-size: medium;">Upload a short video or image of hand written sheet showing your interest
to join build.my.web
</p>
<div class="form-group">
<input type="file" class="form-control-file" id="exampleFormControlFile1">
</div>
<br>
<select class="form-select text-grey p-1" aria-label="Default select example" style="width: 50%;">
<option selected>Have you attended any events by pygrammers before?!</option>
<option value="1">Yes</option>
<option value="2">No</option>
</select>
<br>
<button type="button" class="btn btn-secondary" style="margin-top: 5px;">Submit Form</button>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="flex p-3">
<div class="row justify-content-center align-items-center h-100">
<div style="width: 100%;">
<div class="form">
<div class="form1 form-control form-control-lg">
<form class="text-center justify-content-center">
<h3>Form:</h3>
<style>
.input{width: 50%;}
</style>
<h6>Name</h6>
<input type="text">
<h6>Mobile number</h6>
<input type="text">
<h6>Email address</h6>
<input type="email">
<h6>Company/Institution Name</h6>
<input type="text">
<p class="p-2" style="font-size: medium;">Upload a short video or image of hand written sheet showing your interest
to join build.my.web
</p>
<div class="form-group">
<input type="file" class="form-control-file" id="exampleFormControlFile1">
</div>
<br>
<select class="form-select text-grey p-1" aria-label="Default select example" style="width: 50%;">
<option selected>Have you attended any events by pygrammers before?!</option>
<option value="1">Yes</option>
<option value="2">No</option>
</select>
<br>
<button type="button" class="btn btn-secondary" style="margin-top: 5px;">Submit Form</button>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<section style="background-color: rgb(193, 232, 248);" id="mentors">
<div class="container">
<h2 class="text-center">Mentors</h2>
<div class="row">
<div class="col-md-4"style="margin-top:5px;">
<div class="card">
<img class="card-img-top" src="Images/elon.jpg" alt="Card image cap" height="300px">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4"style="margin-top:5px;">
<div class="card">
<img class="card-img-top" src="Images/elon.jpg" alt="Card image cap" height="300px">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4"style="margin-top:5px;">
<div class="card">
<img class="card-img-top" src="Images/elon.jpg" alt="Card image cap" height="300px">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4"style="margin-top:5px;">
<div class="card">
<img class="card-img-top" src="Images/elon.jpg" alt="Card image cap" height="300px">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4"style="margin-top:5px;">
<div class="card">
<img class="card-img-top" src="Images/elon.jpg" alt="Card image cap" height="300px">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4"style="margin-top:5px;">
<div class="card">
<img class="card-img-top" src="Images/elon.jpg" alt="Card image cap" height="300px">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="text-center " style="background-color: lightblue;">
<img src="Images/footer.png" alt="" width="200px" height="50px">
</footer>
<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://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>