-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (61 loc) · 2.78 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
66
67
68
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="css/index.css">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Abel|Anton|Asap|Noto+Sans+TC|Questrial" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<script src="js/index.js" async></script>
<title>Marketing Page 2 Web19 -- Skyler Dowdy</title>
</head>
<body>
<header>
<div class="container">
<div class="hdr-mn">
<h1 class="mn-hdr"></h1>
<h2 class="mn-hdr"></h2>
</div>
<div class="icons">
<i class="fab fa-html5"></i>
<i class="fab fa-css3-alt"></i>
<i class="fab fa-js"></i>
<i class="fab fa-php"></i>
</div>
<div class=" menu--open">
<i class="fas fa-hamburger menu-button"></i>
<div class="menu">
<nav>
<a href="" class="navlink"></a>
<a href="" class="navlink"></a>
<a href="" class="navlink"></a>
<a href="" class="navlink"></a>
<a href="" class="navlink"></a>
</nav>
</div>
</div>
<div class="content">
<h1 style='text-align:center;'>FOR LINKS TO BETTER LOOKING WORK SEE THE PORTFOLIO LINK.
<h1>About This Page</h1>
<ul>
<li><h2>This Page was designed by me.</h2></li>
<li><h2>This is <strong>DESIGNED TO BE A BASIC SITE</strong> with colors that update and images that
grow or appear to show mobile responsiveness.</h2></li>
<li><h2>This website was built using HTML5 LESS and JavaScript.</h2></li>
</ul>
<h1>This site was designed to be a "mobile first" website.</h1>
<ul>
<li><h2>Did you know that a majority of users are now viewing your pages from a cell phone or a
tablet?</h2>
<li><h2>Writing websites in a mobile first design now makes for a much better user experience on
smaller devices.</h2></li>
<li><h2>It allows for maipulation of the smaller elements first rather than trying to force the
larger elements to shrink and disappear later. </h2></li>
</ul>
</div>
</div>
</body>
</html>