-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (46 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style_index.css">
<title>Document</title>
</head>
<body>
<header>
<div class="top-menu">
<h1 class="title">Announcements Web</h1>
<div class="menu">
<button class="button-menu">☰</button>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="sub-pages/public_list.html">Public List</a></li>
<li class="access side"><a href="auth/login.html">Log In</a></li>
<li class="access"><a href="auth/registration.html">Register</a></li>
</ul>
</div>
</div>
</header>
<div class="block"></div>
<main>
<div class="slogan_container">
<h2 class="slogan">We Provide Best Announcement Service</h2>
<br>
<p class="ad_text"> Step into a world of endless possibilities with our cutting-edge announcement service!
Whether you're promoting your event,
selling your belongings, or searching for your next adventure, we've got you covered. Our intuitive
platform offers
seamless navigation and powerful search capabilities, making it easier than ever to connect with your
audience. With a
vibrant community of users and a user-friendly interface, you can trust us to elevate your announcements
to new heights.
Join us today and experience the difference for yourself!</p>
<img src="img/announcements.jpg" class="intro-img">
</div>
</main>
<span class="circle"></span>
<span class="circle_2"></span>
<span class="circle_3">○</span>
<span class="star"></span>
</body>
</html>