-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (49 loc) · 1.99 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GAVIN PILI :: Design Portfolio</title>
<meta name="description" content="Design Portfolio Website">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Font API -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&Capriola&family=Syne&Lato:wght@100;300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- Add your site or application content here -->
<div class="container">
<!-- <p id="work">design portfolio</a> -->
<div class="image-box">
<div class="logo-box">
<span id="logo">g<b>p</b></span>
</div>
<div class="image-containter">
<div class="image" style="box-shadow: 5px 10px 8px white;"></div>
</div>
</div>
<div class="text">
<div class="text-box">
<div class="text-box-2">
<div class="text-links">
<div class="text-links-web"><a href="portfolio.html">Web</a></div>
<div class="text-links-graphics"><a href="portfolio.html">Branding</a></div>
<div class="text-links-objects"><a href="portfolio.html">Objects</a></div>
<div class="text-links-photomedia"><a href="portfolio.html">Photomedia</a></div>
<div class="text-links-about"><a href="about.html">About</a></div>
<div class="text-links-contact"><a href="contact.html">Contact</a></div>
</div>
</div>
</div>
</div>
</div>
<footer>
<small>Made at Generation :: Academy Xi || © Copyright 2020 by Gavin Pili.</small>
</footer>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<!-- <script></script> -->
</body>
</html>