-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
203 lines (203 loc) · 7.57 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Daniel Miller | web dev</title>
<meta name="description" content="Junior Web developer personal site">
<meta name="keywords" content="HTML, CSS, JavaScript, junior web developer">
<meta name="author" content="Daniel Miller">
<link rel="stylesheet" href="master.css">
<link href = "Images/Logo/DKM3.png" rel="icon" type="image/gif">
<script src="smoothscroll/smoothscroll.min.js"></script>
</head>
<body>
<!-- landing section -->
<div class="landing-container">
<ul>
<li><h1>Daniel Miller</h1></li>
<li><h2>Web Developer</h2></li>
<li><h2>Winchester, England</h2></li>
<li>
<div id="arrow-container">
<div>
<div id="arrow-top-left"></div>
<div id="arrow-top-right"></div>
</div>
<div>
<div id="arrow-bottom-left"></div>
<div id="arrow-bottom-right"></div>
</div>
</div>
</li>
</ul>
</div>
<!-- Main Nav bar-->
<nav class="main-nav">
<ul>
<li><img src="Images/Logo/DKM3.png"></li>
<li><a id="intro-link">Intro</a></li>
<li><a id="skills-link">Skills</a></li>
<li><a id="contactMe-link">Contact me</a></li>
</ul>
</nav>
<!-- Introduction -->
<div class="color-wrap-default">
<div id="headshot"><img src="Images/Home/bstheadshot.png">
<nav class="socialmedia-container">
<ul>
<a href="https://github.com/Daniel-K-Miller" target="_blank"><li id="GitHub"></li></a>
<a href="https://linkedin.com/in/daniel-kieron-miller" target="_blank"><li id="linkedIn"></li></a>
<a href="https://twitter.com/daniel_k_miller/" target="_blank"><li id="Twitter"></li></a>
</ul>
</nav>
</div>
<div class="wrapper">
<div class="intro" id="intro">
<p>Hello! My name is <span id="name">Daniel</span>, and I'm a
junior level web developer looking to pursue projects. I am
self-taught utilising information
online from other web developers.
I've always had a fascination with computing, I learnt to
touch-type by the age of ten, I've built computers over the years,
and now endevoured onto front-end coding.
</p>
<p>
In my spare time I enjoy
listening to and playing music. Jimi Hendrix's music got me to pick up a
guitar when I was young, and as time has gone on my music taste has broadened.
Anything apart from Jazz. I don't think I'll ever love Jazz.
</p>
<p>
If you like what you see, I hope to be in contact with you.
Although I do not know everything when it comes to coding,
I'm certainly willing to demonstrate what I know and my ambition
to be competent in creating work together.
</p>
</h1>
</div>
</div>
<div id="arrow-container2">
<div>
<div id="arrow-top-left"></div>
<div id="arrow-top-right"></div>
</div>
<div>
<div id="arrow-bottom-left"></div>
<div id="arrow-bottom-right"></div>
</div>
</div>
</div>
<!-- languages-->
<div class="color-wrap-dropdown">
<div class="wrapper">
<div class="languages">
<h1 id="lang-1">Additional Skills</h1>
<h1 id="lang-2">Languages I know</h1>
<h1 id="lang-3">Stuff I'm learning</h1>
</div>
</div>
<!-- Languages Nav bar -->
<div class="slider-container">
<!-- Additional Skills -->
<div class="additional-skills">
<div class="wrapper">
<div class="additional-skills-Container">
<h2>Relevent Skills</h2>
<ul>
<li>Comfortable using Adobe Photoshop</li>
<li>Previous experience with Adobe Illustrator</li>
<li>Experience using developer tools</li>
<li>Competent using Google to solve a coding problem</li>
<li>Good computing knowledge other than coding</li>
</ul>
</div>
</div>
</div>
<!-- languages-I-Know -->
<div class="languages-I-Know">
<div class="wrapper">
<div class="languages-vw">
<nav class="languages-nav">
<ul>
<div id="cssButtonContainer">
<li id="cssButton">CSS</li>
<div id="cssArrow"></div>
</div>
<div id="htmlButtonContainer">
<li id="htmlButton">HTML</li>
<div id="htmlArrow"></div>
</div>
<div id="javaScriptButtonContainer">
<li id="javaScriptButton">JavaScript</li>
<div id="javaScriptArrow"></div>
</div>
</ul>
</nav>
<!-- Main drop down -->
<div class="dropdown-main">
<div class="dropdown-main-container">
<div class="dropdown-left-container">
<h1></h1>
<p></p>
</div>
<img src="Images/Dropdown/HTML.png">
</div>
</div>
</div>
</div>
</div>
<!-- stuff I'm learning (Maybe clean this up + CSS) -->
<div class="Stuff-I-Learning">
<div class="wrapper">
<div class="Stuff-100vw">
<div class="Stuff-I-Learning-Container">
<div class="Stuff-I-Learning-Container-left">
<h2>Stuff I'm currently learning</h2>
<ul>
<li>SASS</li>
<div id="Stuff-I-Learning-Container-left-img-SASS"></div>
<li>React</li>
<div id="Stuff-I-Learning-Container-left-img-React"></div>
</ul>
</div>
<div id="divider"></div>
<div class="Stuff-I-Learning-Container-left">
<h2>Things I want to learn afterwards</h2>
<ul>
<li>php</li>
<div id="Stuff-I-Learning-Container-left-img-php"></div>
<li>Bootstrap</li>
<div id="Stuff-I-Learning-Container-left-img-Bootstrap"></div>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Skills arrow down -->
<div class="wrapper">
<div id="arrow-container3">
<div>
<div id="arrow-top-left"></div>
<div id="arrow-top-right"></div>
</div>
<div>
<div id="arrow-bottom-left"></div>
<div id="arrow-bottom-right"></div>
</div>
</div>
</div>
</div>
<!-- footer container -->
<div class="footer-container">
<ul>
<li><h1>Contact</h1></li>
<li><h2>Email: <a href="mailto:[email protected]">[email protected]</h2></a></li>
<li><h2>Mobile: (+44)7 853 190 647</h2></li>
</ul>
</div>
<!-- end -->
</body>
<script src="script.js"></script>
</html>