-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (83 loc) · 4.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Wenura Ravindu is a Blogger, Journalist, Web developer, Content Creator , and Social Media Strategist Based in Ragama, Sri Lanka.">
<meta name="keywords" content="Wenura Ravindu, Venura Ravindu, Wenura, Venura, Ravindu, Ravidu, Wenura Ravidu, Venura Ravidu">
<meta name="author" content="Wenura Ravindu">
<title>Wenura.</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<link href="https://fonts.googleapis.com/css?family=Comfortaa:700" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="index.css">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div id="loading">
<div id="spinner"></div>
</div>
<div id="particles-js"></div>
<div id="box">
<div class="box1 onlywide animated bounceOutLeft" style="animation-delay:1.7s;"></div>
<div class="box2 onlywide animated bounceOutLeft" style="animation-delay:1.8s;"></div>
<div class="box2 onlywide animated bounceOutLeft" style="animation-delay:1.9s;"></div>
<div class="box2 animated bounceOutRight" style="animation-delay:1.9s;"></div>
<div class="box2 onlywide animated bounceOutRight" style="animation-delay:1.8s;"></div>
<div class="box2 onlywide animated bounceOutRight" style="animation-delay:1.7s;"></div>
</div>
<a id="about" onclick="showabout()" class="animated fadeIn" style="animation-delay:2.2s;">about</a>
<a id="contact" onclick="showcontact()" class="animated fadeIn" style="animation-delay:2.2s;">contact</a>
<div id="middle" class="animated slideInDown" style="animation-delay:2.0s;">
<h1>
Wenura Ravindu.</h1>
<h2> Developer / Human</h2>
<div id="menu">
<a onclick="showabout()">about</a>
<a onclick="showcontact()">contact</a>
</div>
<table>
<tr>
<td class="animated zoomIn" style="animation-delay:2.2s;"><a href=" https://facebook.com/wenuraonline" class="social"><i class="fab fa-facebook" ></i></a></td>
<td class="animated zoomIn" style="animation-delay:2.4s;"><a href="https://twitter.com/wenuraonline" class="social"><i class="fab fa-twitter"></i></a></td>
<td class="animated zoomIn" style="animation-delay:2.6s;"><a href="https://instagram.com/wenuraonline" class="social"><i class="fab fa-instagram"></i></a></td>
<td class="animated zoomIn" style="animation-delay:2.8s;"><a href="https://wenura.carrd.co/" class="social"><i class="fas fa-thin fa-atom"></i></a></td>
</tr>
</table>
</div>
<div id="about_container" class="container">
<div onclick="closeabout()"><i class="fas fa-angle-left"></i></div>
<h1>about.</h1>
<section>
<h2>about me</h2>
<p>
Wenura Ravindu is a Blogger, Journalist, Web developer, Content Creator , and Social Media Strategist Based in Ragama, Sri Lanka. </p>
</section>
<section>
<h2>skills</h2>
<p>
i do eveything ;)
</p>
</section>
</div>
<div id="contact_container" class="container">
<div onclick="closecontact()"><i class="fas fa-angle-down"></i></div>
<h1>contact.</h1>
<section>
<h2>contact me</h2>
<p>
<form name="contact" method="POST" data-netlify="true">
<input type="text" placeholder="name" required>
<input type="email" placeholder="email" required><br>
<textarea placeholder="your message" required rows="5"></textarea><br>
<button class="btn_one">send</button>
</form>
</p>
</section>
<script src="index.js" type="text/javascript"></script>
<script src="particles.js"></script>
<script src="app.js"></script>
</body>
</html>