-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
124 lines (104 loc) · 3.01 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<div class="ribbon">
<a href="#" class="right-link">Link</a>
</div>
<!--
following is the beginning of the burger menu
-->
<nav role="navigation">
<div id="menuToggle">
<!--
Start with the burger menu as a hidden tick box
-->
<input type="checkbox" />
<!--
spans to act as a hamburger.
-->
<span></span>
<span></span>
<span></span>
<!--
hidden by the checkbox selected.
-->
<ul id="menu">
<a href="index.html"><li>Home</li></a>
<a href="#"><li>About Me</li></a>
<a href="seo.html"><li>SEO</li></a>
<a href="#"><li>Contact</li></a>
<a href="javascript.html"><li>JavaScript</li></a>
<a href="https://google.com" target="_blank"><li>Show me more</li></a>
</ul>
</div>
</nav>
<!--
Next section is the hero image.
-->
<body>
<div class="hero-image">
<div class="hero-text">
<h1>A digital body of work by Andy</h1>
<p>A personal blog to document and demonstrate my learning journey</p>
<br>
<button>First thing you need to do is click here</button>
</div>
</div>
<!-- Next section is the text -->
<div class="welcome">
<b>Welcome to my Journey!</b><br>
</div>
<br>
<div class="welcome-text">
Hey there, I'm Andy, and I'm thrilled to welcome you to my little corner of the web! I created this site to demonstrate what I've learned in a place to put it into practice. This entire site is made up from both HTML & CSS I have manually written. It is split up into sections such as "SEO", "Project Management", Javascript<br>
<br>
Digital marketing should be logical. It should make sense to someone outside the industry. It's both disappointing and frustrating the industry is made up of "smoke & mirrors" as if it's more complex than it needs to be. The power of digital marketing comes from it's transparency and any digital marketer should be able to demonstrate value for money. <br>
<br>
To get started, click the button in the middle of the image. <br>
<br>
Once you've clicked the botton you can access the site contents via the burger menu in the top left corner of the screen. <br>
<br>
</div>
Thank you for being here, and I'm eager to explore the boundless horizons of web development and beyond with you!
change <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test <br>
test
</body>