-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.html
46 lines (39 loc) · 1.49 KB
/
Home.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width ,initial-scale=1.0">
<title>
MSS Home
</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=Roboto:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="Style1.css">
</head>
<header>
<div id="topDiv">
<div id="topRightDiv">
<img src="Resources/SocietyLogocroped.png">
</div>
<!--div id="topLeftDiv">
<a href="Home.html" class="menuBarLinks">Home</a>
<a href="Projects.html" class="menuBarLinks">Projects</a>
<a href="Join.html" class="menuBarLinks">Join Us</a>
<a href="About.html" class="menuBarLinks">About Us</a>
<a href="contactUs.html" class="menuBarLinks">Contact</a-->
</div>
</div>
</header>
<body bgcolor="#FDF5FB">
<div id="BodyDetailsDiv">
<div id="Homeh3">
<h3>
Welcome to <br>the Mathematics Students' Society of the<br> University of Kelaniya!
</h3>
</div>
</div>
<div id="btnHome">
<a id="btnGetStart" href="LogIn.html">Get Started !</a>
</div>
</body>
</html>