-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
46 lines (39 loc) · 1.66 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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/reset.css"> <!-- CSS reset -->
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<script src="js/jquery-2.1.4.js"></script>
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<title>Astha Sethi</title>
</head>
<body>
<header>
<nav class="cd-stretchy-nav">
<a class="cd-nav-trigger" href="#0">
Menu
<span aria-hidden="true"></span>
</a>
<ul>
<li><a href="index.html"><span>Home</span></a></li>
<li><a href="portfolio.html"><span>Portfolio</span></a></li>
<li><a href="cv.html"><span>Resume</span></a></li>
<li><a href="contact.html"><span>Contact</span></a></li>
</ul>
<span aria-hidden="true" class="stretchy-nav-bg"></span>
</nav>
</header>
<div class="main-head">
<h1>Astha Sethi</h1>
<h2>UI/UX DESIGNER</h2>
<p>
Born and brought up in Rajasthan(India), I have recently completed B.design in Visual Communication and specialization in User Experience Design from Symbiosis Institute of Design, Pune. <br> <br>
According to me, to design is to make a difference in one's life. Observing right problems, approaching towards them and then solving it is what it takes to be a good experience designer.<br> <br>User Experience in itself is very vast. I aim for going deeper in terms of the intricacy of user experience design in real life.
</p>
</div>
<script src="js/main.js"></script> <!-- Resource jQuery -->
</body>
</html>