-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
41 lines (34 loc) · 1.76 KB
/
index2.html
File metadata and controls
41 lines (34 loc) · 1.76 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1, minimal-ui, shrink-to-fit=no">
<title>Jayden Wise</title>
<link rel="stylesheet" type="text/css" href="css/aboutme.css" />
</head>
<body>
<div class="back-button">
<a id="go-back" href="/">Go Back</a>
</div>
<div class="about-container">
<div class="about">
Hey, I'm a Full-Stack developer from Sydney.<br>
Loving life in Berlin.<br>
Former student at <a href="https://www.spiced-academy.com" target="_blank">SPICED Academy</a><br>
DJ at <a href="https://soundcloud.com/aboutabuoy" target="_blank">About A Buoy</a><br>
Available for Freelance Work
</div>
<div class="resume">
<a id="resume" href="/jayden-wise-resume.pdf" target="_blank">View my resume</a>
</div>
<div class="social">
<a href="https://github.com/wisejayden" target="_blank"><img class="social-images github" src="/img/github.png" /></a>
<a href="https://www.linkedin.com/in/jayden-wise/" target="_blank"><img class="social-images linkedin" src="/img/linked2.jpg" /></a>
<a class="email-button" href="mailto:jayden.wise@hotmail.com"><img class="social-images email" src="/img/email.png" /></a>
<p id="email-confirmation">Email Address Copied!</p>
</div>
<textarea class="js-copytextarea" style="width:100%;" rows="5">jayden.wise@hotmail.com</textarea>
</div>
<script src="js/script2.js"></script>
</body>
</html>