-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
81 lines (50 loc) · 2.92 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Developer Students Club|Navarachna University</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<header>
<a href="#" class="logo"><img src="images/logo-full.png"></a>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#Motto">About</a></li>
<li><a href="#Updates">Updates</a></li>
<li><a href="#Contact-Us">Contact</a></li>
</ul>
</header>
<section>
<img src="images/logo.png" class="logomain" alt="">
<img class="illustration" src="images/illustration.png" alt="">
<p class="title">Developer Students Club </p>
<p class="subtitle">Navarachna University</p>
<p class="desc">At DSC NUV, our aim is to learn and teach. Developers, designers and managers come together under one roof to create a community which inspires many. Join Us!</p>
</section>
<a href="#Motto" id="arrow"><img src="images/Arrow 1.png"></a>
<section id="Motto" class="sec">
<h1>About Us</h1>
<p class="cont">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 DSC,
students grow their knowledge in a peer-to-peer learning environment and build solutions for local businesses and their community.</p>
</section>
<section id="Updates">
<h1>Updates</h1>
<p class="cont">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure
dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</section>
<section class="socials" id="Contact-Us">
<h1>Contact Us</h1>
<p class="cont">Get in touch with us!</p>
</section>
<footer>
<a href="https://discord.com/invite/a6sEtpC"><img src="images/discord.png"></a>
<a href="https://www.instagram.com/dscnuv/"><img src="images/instagram.png"></a>
<a href="https://twitter.com/dscnuv"><img src="images/twitter.png"></a>
<a href="https://github.com/DSCNUV"><img src="images/github-logo-silhouette-in-a-square.png"></a>
</footer>
</body>
</html>