-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (67 loc) · 2.79 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
<!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">
<link rel="preload" href="images/1.jpg" as="image">
<link rel="preload" href="images/2.jpg" as="image">
<link rel="preload" href="images/3.jpg" as="image">
<link rel="preload" href="images/4.jpg" as="image">
<link rel="preload" href="images/5.jpg" as="image">
<link rel="preload" href="images/6.jpg" as="image">
<link rel="preload" href="images/7.jpg" as="image">
<link rel="preload" href="images/8.jpg" as="image">
<link rel="preload" href="images/9.jpg" as="image">
<link rel="preload" href="images/10.jpg" as="image">
<link rel="preload" href="images/11.jpg" as="image">
<link rel="icon" href="./images/icon.png" type="image/x-icon">
<link href="styles.css" rel="stylesheet">
<script src="script.js" ></script>
<title>Work</title>
</head>
<body onload="boo()">
<div class="pageOne">
<div class="container">
<div class="speaker"></div>
<div class="volumeup"></div>
<div class="volumedown"></div>
<div class="img"></div>
<div class="button"></div>
</div>
<div class="data">
<h1>Mobile Auction Hub</h1>
<p>A Mobile Application compleletly made up of using <a href="ionicframework.com" target="_">Ionic Framework</a>(Angular).</p>
<a href="http://www.github.com/tarunspartan/ionic-auction-app" target="_blank"><img src="images/github.svg" alt="logo"></a>
</div>
</div>
<div class="pageTwo">
<div class="containerTwo">
<div class="imgTwo"><embed
src="https://tarunspartan.github.io/"
width="100%"
height="100%"></div>
<div class="button"></div>
<div class="bar"></div>
</div>
<div class="data dataTwo">
<h1>Terminal Website</h1>
<p>Terminal Styled Webpage made out of using HTML, CSS and Javascript.</p>
<a href="http://www.github.com/tarunspartan/tarunspartan.github.io" target="_blank"><img src="images/github.svg" alt="logo"></a>
</div>
</div>
<div class="pageThree">
<div class="containerThree">
<embed
src="https://tarunspartan.github.io/ui/"
width="100%"
height="100%">
</div>
<div class="data dataThree">
<h1>UI.</h1>
<p>Interactive UI made with Pure HTML,CSS & Js.</p>
<a href="http://www.github.com/tarunspartan/ui" target="_blank"><img src="images/github.svg" alt="logo"></a>
</div>
</div>
</body>
</html>