forked from mgobinath30/Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·62 lines (50 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Suraya Shivji</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="./libs/style.css">
<!--<link rel="stylesheet" href="./libs/css/style.css">-->
<style>
#canvas {
position: absolute;
top: -64%;
left: 98%;
}
</style>
</head>
<body>
<div id="page">
<!-- global wrapper -->
<div class="container">
<section class="intro">
<a href="#" class="logo"></a>
<header>
<h2 class="header-top"><span class="wrap">Designer</span></h2>
<h1 class="header-bottom"><span class="wrap">Suraya Shivji</span></h1>
<div class="header-line"></div>
</header>
<section class="content">
<div>
<p>Hi! I'm Suraya, a developer and designer<br/> based in Los Angeles.</p>
<p>I love prototyping products and interactions with software, <br/>hardwware, cardboard, and everything in between.</p>
<p><a href="home.html">Check out my portfolio</a> or <a href="tel:+6494461709">contact me</a> <br/>if you'd like to collaborate!</p>
</div>
<div style="width:50%">
<!--<canvas id="canvas"></canvas>-->
</div>
</section>
</section>
</div>
</div>
<!--<script src='./libs/js/zkeddv.js'></script>
<script src='./libs/js/lwgowr.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/three.js/r83/three.min.js'></script>
<script src='./libs/js/jbvxyp.js'></script>
<script src="./libs/js/index.js"></script>-->
<script src="./libs/velocity.min.js"></script>
<script src="./libs/script.js"></script>
</body>
</html>