-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (73 loc) · 2.29 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="index.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheets/index.css">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css">
<link rel="stylesheet" type="text/css" href="stylesheets/index-mobile.css">
<link rel = "stylesheet" type = "text/css" href = "stylesheets/stylesheet-mobile.css">
<title>Aarthi Gurusami: Portfolio.</title>
</head>
<body>
<main>
<h1>Portfolio.</h1>
</main>
<!-- <div class = "modal" id="intromodal">
<span id="close">×</span>
<img src = "imgs/about.png">
</div> -->
<div class = "listings">
<div class="modal" id="imagemodal">
<span id="close">×</span>
<img class="modal-content" id='image01'>
</div>
<div>
<h2>Mixed Media Paintings.</h2>
<ul class = "thumb">
<img id = "balloons" src = "imgs/balloons.jpg">
<img id = "jumping" src = "imgs/jumping.jpg">
<img id = "leaping" src = "imgs/leaping.jpg">
<img id = "flying" src = "imgs/flying.jpg">
<img id = "clown" src = "imgs/clown.jpg">
<img id = "heart" src = "imgs/heart.jpg">
</ul>
</div>
<div>
<h2>Ink.</h2>
<ul class = "thumb">
<img id = "octopushand" src = "imgs/octopushand.png">
<img id = "snakes" src = "imgs/snakes.jpg">
<img id = "blackprofile" src = "imgs/blackprofile.jpg">
<img id = "fat" src = "imgs/fat.png">
<img id = "frog" src = "imgs/frog.png">
<img id = "leafgirl" src = "imgs/leafgirl.png">
<img id = "skull" src = "imgs/skull.jpg">
<img id = "nativeamericanprofile" src = "imgs/nativeamericanprofile.png">
<img id = "kingkong" src = "imgs/kingkong.jpg">
<img id = "about" src = "imgs/about.png">
</ul>
</div>
<div>
<h2>Sketches.</h2>
<ul class = "thumb">
<img id = "fox" src = "imgs/fox.jpg">
<img id = "zawe" src = "imgs/zawe.jpg">
</ul>
</div>
<div>
<h2>Customized Shoes.</h2>
<ul class = "thumb">
<img id = "jags" src = "imgs/jags.jpg">
<img id = "jermaineshoes1" src = "imgs/jermaineshoes1.jpg">
<img id = "katieshoes2" src = "imgs/katieshoes2.jpg">
</ul>
</div>
</div>
<footer>
Aarthi Gurusami
<a href="tel:1-607-738-9214">(607) 738-9214</a>
</footer>
</body>
</html>