-
Notifications
You must be signed in to change notification settings - Fork 0
/
solo-header.html
100 lines (97 loc) · 3.83 KB
/
solo-header.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
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="solo-header.css" />
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
</head>
<body>
<div class="wrapper">
<header>
<nav>
<div class="menu-icon">
<i class="fa fa-bars fa-2x"></i>
</div>
<div class="logo">
<img src="assets/sealL.png" alt="" />
<a href="#"><img src="assets/cpc.png" alt="" /></a>
</div>
<div class="menu">
<ul>
<li>
<a href="https://sealsolutionsandhardware.000webhostapp.com/"
><img src="assets/sealboxColores.png" alt=""
/></a>
</li>
<li>
<a href="https://sealsolutionsandhardware.000webhostapp.com/"
><img src="assets/teclado.png" alt=""
/></a>
</li>
<li>
<a href="https://sealsolutionsandhardware.000webhostapp.com/"
><img src="assets/pc-de-la-torre.png" alt=""
/></a>
</li>
<li>
<a href="https://sealsolutionsandhardware.000webhostapp.com/"
><img src="assets/iphone.png" alt=""
/></a>
</li>
<li>
<a href="https://sealsolutionsandhardware.000webhostapp.com/"
><img src="assets/sell.png" alt=""
/></a>
</li>
<li>
<a href="https://sealsolutionsandhardware.000webhostapp.com/"
><img src="assets/detection.png" alt=""
/></a>
</li>
<li>
<a href="https://sealsolutionsandhardware.000webhostapp.com/"
><img src="assets/commerce-and-shopping.png" alt=""
/></a>
</li>
<li>
<a href="https://sealsolutionsandhardware.000webhostapp.com/"
><img src="assets/cyberpunk.png" alt=""
/></a>
</li>
</ul>
</div>
</nav>
</header>
<div class="content">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever
since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only
five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with
the release of Letraset sheets containing Lorem Ipsum passages, and
more recently with desktop publishing software like Aldus PageMaker
including versions of Lorem Ipsum.
</p>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever
since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only
five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with
the release of Letraset sheets containing Lorem Ipsum passages, and
more recently with desktop publishing software like Aldus PageMaker
including versions of Lorem Ipsum.
</p>
</div>
</div>
</body>
</html>