-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (45 loc) · 1.85 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>TANTANGENT</title>
<link href="main css.css" rel="stylesheet" type="text/css" media="screen">
<link href="https://fonts.googleapis.com/css?family=Dela Gothic One" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="../cocoluq.github.io/assets/logo/tantangent.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<script>
document.addEventListener('contextmenu', event => event.preventDefault());
</script>
</head>
<body>
<header>
<!--Navigation Bar-->
<nav class="navigation-bar">
<ul>
<li><a href="/pages/about.html" class="about">ABOUT<span class="contact">/CONTACT</span></a></li>
<li><a href="/pages/illustration.html" class="illustration">ILLUSTRATION</a>
<ul class="subtitle">
<li><a href="#books"><span class="slash">//</span>Books</a></li>
<li><a href="#personal works"><span class="slash">//</span>Personal works</a></li>
</ul>
</li>
<li><a href="/pages/graphic design.html" class="graphic-design">GRAPHIC DESIGN</a></li>
<li><a href="/pages/other work.html" class="other-work">OTHER WORK</a></li>
</ul>
</nav>
</header>
<!--main structure-->
<a href="https://cocoluq.github.io/"><img src="assets/logo/logowithredeye.svg" class="logo" alt="logo"></a>
<h1 id="title" onselectstart="return false;">TANTANGENT</h1>
<div class="intro"><p class="typewriter">Hello there, I'm a Bologna based illustrator/designer. </p>
</div>
<br>
<!--few big fine illustrations here-->
<div class="demonstration">
<img class="demo01" src="assets/img/firsttransation.jpg" alt="airplane" oncontextmenu="return false;">
</div>
<footer>
<p class="copyright">© Tantangent. All rights reserved. <br>[email protected]</p>
</footer>
</body>
</html>