-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (57 loc) · 1.87 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
<!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">
<title>Webmaster</title>
<link rel="stylesheet" href="css/simplews.css">
</head>
<body>
<div class="wrapper">
<nav class="navbar">
<img class="logo" src="media/webm.png">
<ul>
<li><a class="active" href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Our Team</a></li>
<li><a href="#">Our Work</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<div class="logos">
<image class="Logo" src="media/fr2.png"></image>
</div>
<div class="main">WEBMASTER
<h6>-Explore webcoding with us</h6>
</div>
<div class="center">
<div class="buttons">
<button>Explore More </button>
</div>
</div>
</div>
</body>
<section >
<div class="Workshop">
<div class="Center">
</div>
<h1 class="H1"> UPCOMING WORSHOP </h1>
<div class="Head">
<br>
<div class="image"><image class="poster" src="media/cs_hero.png"></image>
</div>
<div class="content"><p id="heading">WebStyling With CSS</p><br>
<p>Webmaster brings you a brand new Workshop<br> to take you
in the world of Styling Webpages <br> Do join us for the Workshop! </p>
<br>
<p id="date">Date: 12th & 13th September</p>
<p id="time">Time: 3pm to 5pm </p>
</div>
<form action="register.html">
<button class="register" target="_blank"> REGISTER HERE</button>
</form>
</div>
</div>
</section>
</html>