-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
125 lines (109 loc) · 4.88 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<title>DevEmag</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body>
<!-- Header -->
<header class="w3-display-container w3-content w3-center" id="topheader" style="max-width:1500px">
<img class="w3-image" src='./images/devresa1.jpg' alt="Me" width="1500" height="500">
<div class="w3-display-middle w3-padding-large w3-border w3-wide w3-text-light-grey w3-center" id="frame">
<h1 class="w3-hide-medium w3-hide-small w3-xxxlarge">DEV-RESA</h1>
<h5 class="w3-hide-large" style="white-space:nowrap">DEV-RESA</h5>
<h3 class="w3-hide-medium w3-hide-small">THE E-MAGAZINE</h3>
</div>
<!-- Navbar (placed at the bottom of the header image) -->
<div class="w3-bar w3-light-grey w3-round w3-display-bottommiddle w3-hide-small" style="bottom:-16px">
<a href="#this_week" class="w3-bar-item w3-button" id="btn1">This week</a>
<a href="#last_week" class="w3-bar-item w3-button" id="btn2">Last week</a>
<a href="#contact" class="w3-bar-item w3-button" id="btn3">Contact us</a>
</div>
</header>
<div id="top"><a href="#topheader"><i class="fa fa-arrow-circle-up fa-3x"></i></a></div>
<!-- Navbar on small screens -->
<div class="w3-center w3-light-grey w3-padding-16 w3-hide-large w3-hide-medium">
<div class="w3-bar w3-light-grey">
<a href="#this_week" class="w3-bar-item w3-button" id="btn4">This week</a>
<a href="#last_week" class="w3-bar-item w3-button" id="btn5">last week</a>
<a href="#contact" class="w3-bar-item w3-button" id="btn6">Contact us</a>
</div>
</div>
<!-- side-bar-->
<button class="w3-button w3-white w3-xxlarge" onclick="w3_open()">☰</button>
<div class="w3-sidebar w3-bar-block w3-dark-grey w3-animate-left" style="display:none" id="mySidebar">
<button class="w3-bar-item w3-button w3-large" onclick="w3_close()">Close ×</button>
<ul><h4><b>Patron -</b></h4>
<li>Principal Ranjith Jayasundara.</li>
</ul>
<br>
<ul><h4><b>Guidance -</b></h4>
<li>Mr P.V.S.K Ajith Ponnewila.</li>
</ul>
<br>
<ul><h4><b>Editing and coordinating -</b></h4>
<li>Mr Suranga Karunathilaka.</li>
</ul>
<br>
<ul><h4><b>Developers -</b></h4>
<li>Kavinda Rajapakse</li>
<li>Ravindu Balasooriya</li>
</ul>
</div>
<!-- slide show-->
<div class="slideshow-container">
<div class="mySlides fade">
<img src="./images/devresa2.jpg" style="width:100%">
<div class="text"></div>
</div>
<div class="mySlides fade">
<img src="./images/5.jpg" style="width:100%">
<div class="text"></div>
</div>
<div class="mySlides fade">
<img src="./images/4.jpg" style="width:100%">
<div class="text"></div>
</div>
</div>
<br>
<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<!-- Page content -->
<div class="w3-content w3-padding-large w3-margin-top" id="portfolio">
<!-- Images (Portfolio) -->
<div class="title" id="this_week">
<h2>This week</h3>
<img src="/images/1.jpg" alt="logo_light" class="w3-image" width="1000">
<img src="/images/2.jpg" alt="logo_dark" class="w3-image w3-margin-top" width="1000">
</div>
<div class="title" id="last_week">
<h2>Last week</h3>
<img src="/images/1.jpg" alt="logo_light" class="w3-image" width="1000">
<img src="/images/2.jpg" alt="logo_dark" class="w3-image w3-margin-top" width="1000">
</div>
<!-- Contact -->
<div class="w3-light-grey w3-padding-large w3-padding-32 w3-margin-top" id="contact">
<h3 class="w3-center">Join us</h3>
<hr>
<p>As the schools have been closed due to the Covid-19 pandemic, this is a fine chance for you to show your creative talents. Share your new creation with us.</p>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-center w3-opacity w3-light-grey w3-xlarge">
<a href="https://facebook.com"><i class="fa fa-facebook-official w3-hover-opacity"></i></a>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
<p class="w3-medium">Created by <a href="https://www.linkedin.com/in/kavindasr/">KSR</a></p>
<p class="w3-medium">Designed by <a href="https://www.linkedin.com/in/ravindu-balasooriya">Ravindu</a></p>
<p class="w3-medium">Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>
</footer>
<!-- End page content -->
</div>
<script src="script.js"></script>
</body>
</html>