-
Notifications
You must be signed in to change notification settings - Fork 0
/
front_page.html
76 lines (60 loc) · 1.54 KB
/
front_page.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
<!DOCTYPE html>
<html>
<head>
<title> Rajasthan College of Engineering for Women </title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<nav>
<ul>
<li>
<a href="#">HOME </a>
</li>
<li>
<a href="C:\Users\user\Desktop\About_Us" target="_blank"> ABOUT US </a>
</li>
<li>
<a href="#"> EVENTS </a>
</li>
<li>
<a href="#">CONTACT US </a>
</li>
<li>
<a href="#"> LATEST INFO </a>
<h3>
<p style="text-align: right; padding-right: 65px">
Information 1<br><br>
Information 2<br><br>
Information 3<br><br>
Information 4<br><br>
</p>
</h3>
</li>
</ul>
</nav>
</header>
<section>
<h1 style="text-align:center;font-family: Montserrat;color: White; letter-spacing: 10px; font-size: 50px">
TECHFEST'20
</h1>
<h2 style="text-align:center;font-family: Aerial;color: White;letter-spacing: 3px; font-size: 25px">
DEC 20 - DEC 26
</h2>
<h2 style="font-family: Viner Hand ITC; color: White;text-align: center;word-spacing: 10px; font-size: 30px">
<p>
We cordially invite you to one of the finest Technology Event
<br>
<br>
Win exciting prizes, goodies and a lot more </p>
</h2>
</section>
<footer>
<p>
<hr>
Designated and Maintained: Department of Computer Science and Engineering
<hr>
</p>
</footer>
</body>
</html>