-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
26 lines (25 loc) · 1.58 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
<!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 href="style.css" rel="stylesheet">
<title>gdsc</title>
</head>
<body>
<!--add_style-->
<section id="banner">
<h1 style="color: #fff;">Google Developer Student clubs </h1><br>
<p><b>Google Developer Student Clubs are university based community groups<br> for students interested in Google developer technologies.<br> Students from all undergraduate or graduate programs<br>with an interest in growing as a developer are welcome.<br>By joining a GDSC, students grow their knowledge in<br>a peer-to-peer learning environment and build solutions for local businesses and their community.</b></p>
<div class="banner-content">
<a href="https://gdsc.community.dev/bugema-university" class="swagButton" id="a">Google Developer Student clubs</a>
</div>
</section>
<a href="https://gdsc.community.dev/bugema-university/"> <h1>Google Developer Student clubs </h1></a>
<p> Google Developer Student Clubs are university based community groups for students interested in Google developer technologies. Students from all undergraduate or graduate programs with an interest in growing as a developer are welcome. By joining a GDSC, students grow their knowledge in a peer-to-peer learning environment and build solutions for local businesses and their community. </p>
<button>Get Started </button>
<hr>
<marquee>We are going forward, together we stand tall</marquee>
</body>
</html>