-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (110 loc) · 4.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GDSCUEMJ.com</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" media="screen and (max-width: 1454px)" href="css/phone.css">
<link href="https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caprasimo&display=swap" rel="stylesheet">
</head>
<body>
<nav id="navbar">
<div id="logo">
<img
src="https://res.cloudinary.com/startup-grind/image/upload/c_fill,dpr_2,f_auto,g_center,q_auto:good/v1/gcs/platform-data-dsc/events/Copy%2520of%2520Logo%2520copy_5qrls2T.png"
alt="myonlinemaels.com">
</div>
<ul>
<li class="items"><a href="#">Home</a></li>
<li class="items"><a href="#">About us</a></li>
<li class="items"><a href="#">Contact us</a></li>
</ul>
</nav>
<div class="gif"><img src="https://gdsc.uem.edu.in/img/assets/bg.gif" height="200px"></div>
<section id="home">
<h1 class="h-primary">Welcome to <br><span style=color:green>Google </span><span style=color:blue>Developer
</span><span style=color:red>Student's </span><span style=color:yellow;>Club </span> <br> UEM JAIPUR</h1>
<p>University Of Engineering and Management.
Google Developer Student Clubs (GDSC) is a initiative of Google Developers
for university students to enhance their skills while working in team and building a good team spirit .</p>
<button class="btn">Become member</button>
</section>
<section class="services-container">
<h1 class="h-primary center">Our services</h1>
<div id="services">
<div class="box">
<img src="images/why.jpg" alt="">
<h2 class="h-secondary center">why GDSC
</h2>
<p class="center">The GDSC program is a grassroots channel through which Google provides development skills,
while enhancing the quality of being and enjoying the events .
</p>
</div>
<div class="box">
<img src="images/audience.jpg" alt="">
<h2 class="h-secondary center">Target audience</h2>
<p class="center">For students to learn development skills, solve problems through technology and inspire them
to be world class developers and changemakers.</p>
</div>
<div class="box">
<img src="images/conceptwords.jpg" alt="">
<h2 class="h-secondary center">concept of GDSC</h2>
<p class="center">GDSC activities are targeted at University students and any others including faculty members
who want to learn development skills & work to solve real-life problems.
</p>
</div>
</div>
</section>
<hr>
<section id="client-section">
<h1 class="h-primary center">Our Clients</h1>
<div id="clients">
<div class="client-item">
<img src="images/OIP4.jpg" alt="Our Clients">
</div>
<div class="client-item">
<img src="images/OIP5.jpg" alt="Our Clients">
</div>
<div class="client-item">
<img src="images/OIP3.jpg" alt="Our Clients">
</div>
<!-- <div class="client-item">
<img src="img/logo4.png" alt="Our Clients">
</div>
<div class="client-item">
<img src="img/logo5.png" alt="Our Clients">
</div> -->
</div>
</section>
<hr>
<section id="contact">
<h1 class="h-primary center">contact-us</h1>
<div id="contact-box">
<form action="">
<div class="form-group">
<label for="name">Name:</label>
<input type="text" name="name" id="name" placeholder="enter your name">
</div>
<div class="form-group">
<label for="email">email:</label>
<input type="email" name="name" id="email" placeholder="enter your email">
</div>
<div class="form-group">
<label for="phone number">Phone number:</label>
<input type="Phone number" name="name" id="phone number" placeholder="enter your Phone number">
</div>
<div class="form-group">
<label for="message">query:</label>
<textarea name="message" id="message" cols="30" rows="10"></textarea>
</div>
</form>
</div>
</section>
<footer>
<div class="center">
copyright © www.GDSCuemj.com. All rights reserved
</div>
</footer>
</body>
</html>