-
Notifications
You must be signed in to change notification settings - Fork 0
/
student2.html
81 lines (62 loc) · 2.21 KB
/
student2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project GAIA</title>
<!-- <link rel="stylesheet" href="css/parallax.css" >-->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/widgets/navigation.css">
<link rel="stylesheet" href="css/blur-card.css">
<link rel="stylesheet" href="css/splash.css">
<script src="js/splash.js"></script>
</head>
<body>
<header>
<h1>GAIA</h1>
<nav>
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#project">Projects</a>
<a href="#blog">Blog</a>
<a href="gallery.html">Gallery</a>
</nav>
</header>
<!--HOME HERE-->
<section id="home" class="home">
<img src="assets/parallax/sky.png" class="mount2">
<img src="assets/parallax/back.png" class="mount1">
<img src="assets/parallax/bush2.png" class="bush2">
<h1 class="title">Pasan</h1><br>
<img src="assets/parallax/front.png" class="bush1">
<img class="leaf2" src="assets/parallax/bush1.png">
<img src="assets/parallax/bush.png" class="leaf1">
</section>
<section id="about" class="text-section">
<div class="wrapper"><a name="aboutus"></a>
<div class="image align-left">
<img src="assets/profile/1.JPG" alt="logo" class="align-left">
</div>
<div class="text align-left">
<h2>Pasan Laksitha</h2>
<h2>Student - 2</h2>
<p>"Empowering and Connecting Youth. Serving the wildlife, towards a sustainable Future"</p>
<p class="subtitle">abotu</p>
<p>"Empowering and Connecting Youth. Serving the wildsdvdvsdvlife, towards a sustainable Future"</p>
</div>
<div class="clear"></div>
</div>
</section>
<footer>
<div class="wrapper">
<div class="footer-left">
<p class="copyright">Gaia Team</p>
<p class="footer-links"><a href="#">Contact Us</a> I <a href="#">Terms & Conditions</a> I<a href="#">Privacy</a>
</p>
</div>
<div class="clear"></div>
</div>
</footer>
<script src="js/parallax.js"></script>
</body>
</html>