-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration.html
61 lines (49 loc) · 1.59 KB
/
registration.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
<html>
<head>
<title>YESIST12</title>
<!-- Link StyleSheets -->
<link rel="stylesheet" href="basic.css">
<link rel="stylesheet" href="registration.css">
<!-- Fonts -->
<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=Protest+Strike&display&family=Nunito+Sans:opsz@6..12&family=Open+Sans&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/f7187ce1e1.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- NavBar -->
<div class="navbar">
<div class="logo">
<img src="src/logo/yesist12.png">
</div>
<div class="links">
<a href="index.html">Home</a>
<a href="chairs.html">Charis</a>
<a href="guidelines.html">GuideLines</a>
<a href="registration.html">Registration</a>
<a href="contact.html">Contact</a>
</div>
</div>
<div class="hero">
<img src="src/banner/modern-computer.jpg">
<p id="head">Registration</p>
<p id="body">Home <i class="fas fa-angle-right"></i> Registration</p>
</div>
<!-- Footer -->
<div class="footer">
<div class="left">
<p id="heading">Navigation</p>
<a href="">Home</a>
<a href="">Chairs</a>
<a href="">Guidelines</a>
<a href="">Registration</a>
<a href="">Contact</a>
</div>
<div class="right">
<p id="heading">Contact</p>
<p id="body">Model Institute of Enginerring and Technology</p>
<p id="body">Kot Bhalwal, Jammu</p>
</div>
</div>
</body>
</html>