-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
65 lines (53 loc) · 1.95 KB
/
portfolio.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
<! DOCTYPE html>
<html lang="en-us">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gallery- Portfolio</title>
<link rel="stylesheet" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<!--Site body content here here here here -->
<body>
<!--Navigation bar here here here-->
<div class="navbar clearfix">
<ul>
<li style="float:left"><a id="name">Karishma Patel</a></li>
<li><a id="navTab" href="contact.html">Contact</a></li>
<li><a id="navTab" href="portfolio.html">Portfolio</a></li>
<li><a id="navTab" href="index.html">About</a></li>
</ul>
</div>
<br>
<br>
<br>
<br>
<br>
<!--Main body content here here -->
<div class="main clearfix">
<h1>Portfolio</h1>
<br>
<div class="box-set">
<!--Column 1-->
<section>
<img src="http://1.bp.blogspot.com/-Ald2AX_l_60/UzpjKt3ZR1I/AAAAAAAABuE/Hq1CC_aRIAs/s1600/Ringelblume_Bl%C3%BCte.jpg">
<div class="banner">UI/UX Design</div>
<img src="https://c.pxhere.com/photos/29/c7/flower_purple_lical_blosso_beautiful_beauty_bloom_blooming-1328279.jpg!d">
<div class="banner">Digital Design</div>
<img src="http://www.flowermeaning.com/flower-pics/Zinnia-4.jpg">
<div class="banner">Animation</div>
</section>
<!--Column 2-->
<section class="col2">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQshHdfC3blkcLY_BKgnmZkuZ-BIrNzs-GqOEO7TFVs0ubYd2ClRQ">
<div class="banner">Graphic Design</div>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRhImOrkuloYJ-udmiU218pJ_FpJp0e8gb04s3NiSED58qZL_IuBg">
<div class="banner">Writing Samples</div>
</section>
</div>
</div>
<!--footer here here here -->
<div class="footer">
Copyright ©
</div>
</body>
</html>