-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpage1.html
39 lines (35 loc) · 1.59 KB
/
page1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mailer</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="hero-bg">
<section class="top">
<header>
<a href="#">ISTE</a>
</header>
<div class="tokens">
<nav>
<a href="ISTE/mail.html"><input type="button" value="Mailer"></a>
<a href="ISTE/event.html"><input type="button" value="Event"></a>
<a href="ISTE/login.html"><input type="button" value="Login"></a>
</nav>
</div>
</section>
<div class="title">
<section class="headline">
<h1>Indian Society for Technical Education</h1>
<p>Indian Society for Technical Education or ISTE is a national, professional,
non-profit making Society registered under the Societies Registration Act of 1860.
The major objective of ISTE is to assist and contribute to the production and
development of top-quality professional engineers and technicians required by
industries and other organization.</p>
</div>
</section>
</div>
</body>
</html>