-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (61 loc) · 2.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>YZA Sri Lanka</title>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/png" href="./assets/favicon.png">
</head>
<body>
<header>
<h1>Public Relation & Education Day 2024</h1>
<img src="./assets/yza_logo.png" alt="YZA Logo" class="header_image"/>
</header>
<div class="buttons">
<a href="https://drive.google.com/drive/folders/1H31FBaSv3EELP72ULWvXVFOl1ZwqfYOz" target="_blank">
<div class="button">
<img src="./assets/articles.jpg" alt="Articles" />
<p>Read our Articles</p>
</div>
</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSessW5G7Y6SlpBA_lgs2PXE5PEIyn4sBCGdbhMd3jAI9rTYIw/viewform" target="_blank">
<div class="button">
<img src="./assets/feedback.png" alt="Feedback Form" />
<p>Give us your Feedback</p>
</div>
</a>
</div>
</section>
</body>
<div class="social-buttons">
<a href="https://www.facebook.com/srilankayza" target="_blank" class="social-button">
<img src="./assets/facebook.png" alt="Facebook" />
<p>Facebook</p>
</a>
<a href="https://www.instagram.com/srilankayza" target="_blank" class="social-button">
<img src="./assets/instagram.png" alt="Instagram" />
<p>Instagram</p>
</a>
<a href="https://www.youtube.com/@yzasrilanka" target="_blank" class="social-button">
<img src="./assets/youtube.png" alt="YouTube" />
<p>YouTube</p>
</a>
<a href="https://www.yzasrilanka.lk" target="_blank" class="social-button">
<img src="./assets/web.png" alt="Web" />
<p>Web</p>
</a>
<a href="https://www.twitter.com/yzasrilanka" target="_blank" class="social-button">
<img src="./assets/twitter.png" alt="Twitter" />
<p>Twitter</p>
</a>
</div>
<footer>
<div><p class="contacts">
Contact us:<br><br>Shositha Liyanage - 071 768 8881<br>
Kamindu Thilina - 071 207 1414<br>
Charindri Paranavithana - 071 182 3359
</p></div>
<p>© <a href="https://www.yzasrilanka.lk" target="_blank" style="color: aliceblue;">YZA 2024</a></p>
</footer>
</html>