-
Notifications
You must be signed in to change notification settings - Fork 0
/
dumb.html
91 lines (80 loc) · 2.78 KB
/
dumb.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<link rel = "stylesheet" type = "text/css" href = "dumb.css" />
<link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet">
<meta charset="utf-8">
<script src="jquery.js" type="text/javascript"></script>
<script src='dumb.js' type="text/javascript"></script>
</head>
<body>
<div class="web">
<!--@@@@@@@@@@@@@ HEADER @@@@@@@@@@@@@@@@@@@@@-->
<div class="section1 section">
<header>
<figure>
<img src="img/images.png">
</figure>
<nav>
<ul>
<li>
<a class='txt' href="#"><span>W</span>ork</a>
<a class='txt' href="#"><span>W</span>ork</a>
</li>
<li>
<a class='txt' href="#"><span>L</span>ab</a>
<a class='txt' href="#"><span>L</span>ab</a>
</li>
<li>
<a class='txt' href="#"><span>A</span>bout</a>
<a class='txt' href="#"><span>A</span>bout</a>
</li>
<li>
<a class='txt' href="#"><span>G</span>allery</a>
<a class='txt' href="#"><span>G</span>allery</a>
</li>
<li>
<div >
<a href="https://web.facebook.com/">
<?xml version="1.0" encoding="utf-8"?>
<svg class='facebook' viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path class='svgf' d="M1343 12v264h-157q-86 0-116 36t-30 108v189h293l-39 296h-254v759h-306v-759h-255v-296h255v-218q0-186 104-288.5t277-102.5q147 0 228 12z"/>
</svg>
</a>
</div>
</li>
<li>
<div >
<a href="https://twitter.com/?lang=en">
<?xml version="1.0" encoding="utf-8"?>
<svg class='twitter' viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path class='svgf' d="M1684 408q-67 98-162 167 1 14 1 42 0 130-38 259.5t-115.5 248.5-184.5 210.5-258 146-323 54.5q-271 0-496-145 35 4 78 4 225 0 401-138-105-2-188-64.5t-114-159.5q33 5 61 5 43 0 85-11-112-23-185.5-111.5t-73.5-205.5v-4q68 38 146 41-66-44-105-115t-39-154q0-88 44-163 121 149 294.5 238.5t371.5 99.5q-8-38-8-74 0-134 94.5-228.5t228.5-94.5q140 0 236 102 109-21 205-78-37 115-142 178 93-10 186-50z"/>
</svg>
</a>
</div>
</li>
</ul>
</nav>
</header>
<!--@@@@@@@@@@@@@ HEADER @@@@@@@@@@@@@@@@@@@@@-->
<nav>
</nav>
<!--@@@@@@@@@@@@@ MAIN @@@@@@@@@@@@@@@@@@@@@-->
<main>
</main>
<!--@@@@@@@@@@@@@ MAIN @@@@@@@@@@@@@@@@@@@@@-->
<!--@@@@@@@@@@@@@ FOOTER @@@@@@@@@@@@@@@@@@@@@-->
<footer>
</footer>
<!--@@@@@@@@@@@@@ FOOTER @@@@@@@@@@@@@@@@@@@@@-->
</div>
<div class="sectionb section">
<!-- <div class="trianglediv">
</div>
<div class="scewdiv">
</div>
<div class="trianglediv">
</div> -->
</div>
<div class="sectionpu section">
</div>
</body>
</html>