-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 1.84 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>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Oshan Shrestha</title>
<link rel="icon" type="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Raleway:100" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<!-- <script type="text/javascript" src="instafeed.js"></script>
<script type="text/javascript" src="core.js"></script> -->
</head>
<body>
<div class="container">
<div id="instafeed" class="wrapper">
<div class="img" style="background: url('./img/person.jpg') no-repeat no-repeat center center scroll; background-size: cover;"></div>
<!--<div class="overlay"></div>
<img src="../portfolio/img/img-2.jpg">-->
<!--<div class="img"></div>-->
<div class="supp-text">
<h1>Hi<span>...</span></h1>
<h2>This is <span>Oshan</span>.</h2>
<h3>
I am a sophomore at Kathmandu University. <br>
I am an aspiring web developer.
</h3>
<h4>
I am live in Dhulikhel. <br>
I love pop and country music.
</h4>
<h5>Say hello! at <a href="mailto:oshan_shrestha@outlook.com">my mail</a>,<br>
add me on <a target="_blank" href="https://facebook.com/oshan.shr">facebook</a>,<br>
follow me on <a target="_blank" href="https://twitter.com/shrestha_oshan">twitter</a><br>
or connect with me on <a target="_blank" href="https://linkedin.com/in/oshan-shrestha">linkedin</a>.</h5>
</div>
</div>
</div>
<div class="copy">
<h6>All Rights Reserved | Oshan Shrestha © <b id="thisYear"></b></h6>
</div>
<script>
document.getElementById("thisYear").innerHTML = (new Date).getFullYear()
</script>
</body>
</html>