-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (92 loc) · 2.87 KB
/
index.html
File metadata and controls
101 lines (92 loc) · 2.87 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="includes/css/bootstrap.min.css">
<link rel="stylesheet" href="includes/css/styles.css">
<title>Arthur's Portfolio Version 0.1</title>
</head>
<body>
<!-- introduction -->
<section id="intro">
<div class="container intro">
<div class="row">
<div class="navl navl-intro col-md-1 hidden-md-down">
<div class="line-no">1</div>
<div class="line">
<div class="line-text">Introduction</div>
</div>
</div>
<div class="intro-image col-md-3 offset-md-1">
<img src="includes/img/profilepic.jpg" alt="Arthur Profile">
</div>
<div class="intro-text .col-md-7">
<div class="intro-name">ARTHUR POOT</div>
<div class="intro-title">
<h1>PRODUCT OWNER / UX DESIGN</h1>
</div>
<div class="intro-quote">Creating memorable experiences online and on the road!</div>
</div>
</div>
</div>
</section>
<!-- skills -->
<section id="skills">
<div class="container skills">
<div class="row">
<div class="navl navl-intro col-md-1 hidden-md-down">
<div class="line-no">2</div>
<div class="line-text">Skills</div>
</div>
<div class="skill-meters col-md-3">
<div class="intro-skills"><div class="skills-title"><h2>Things I'm Good At</h2></div>
<p>Besides drinking beer</p>
</div>
<div class="skill-bar">
<div class="skillmeter-1">UX Design</div>
</div>
<div class="skill-bar">
<div class="skillmeter-2">JavaScript</div>
</div>
<div class="skill-bar">
<div class="skillmeter-3">Online Marketing</div>
</div>
<div class="skill-bar">
<div class="skillmeter-4">Table Tennis</div>
</div>
</div>
<div class="description-section offset-md-2 col-md-6">
<p>
I'm a very outgoing junior developer with a passion for the internet and creating the best UX. With 4 years experience in designing successful campaigns and websites, I can clearly conceptualise new features with a deep understanding of user needs, branding, business goals, and potential obstacles for designers and developers.
<br/>
My curiosity to know the latest tools and hacks, provides me with endless inspiration to improve your online product.
<br/><br/>
Hope to meet you in person!
</p>
</div>
</div>
</div>
</section>
<!-- portfolio -->
<section id="portfolio">
<div class="container portfolio">
<div class="row">
<div class="col-md-5">
<div class="img-text">
<p> This is an app build on the JAM Stack. It's built with React, Redux, React-Router and more. It isn't fished yet.
<br/> <a href="https://github.com/arthurp1">Github repo</a></p>
</div>
</div>
<div class="offset-md-2 col-md-5">
<div class="img-portfolio">
<a href="https://github.com/arthurp1"><img src="./includes/img/yeahsure.jpg" alt=""></a>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer>
</footer>
</body>
</html>