-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
225 lines (219 loc) Β· 7.79 KB
/
about.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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Personal Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.3/css/bulma.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
<style>
body {
font-family: 'Arial', sans-serif;
background-color: #f8f9fa;
}
.navbar-custom {
background-color: #000;
padding: 10px 20px;
}
.navbar-custom .navbar-item {
color: #fff;
margin-right: 20px;
}
.section-heading {
text-align: center;
margin-bottom: 30px;
}
.profile-card {
text-align: center;
border: 1px solid #ddd;
border-radius: 8px;
padding: 40px;
background-color: #fff;
margin-bottom: 20px;
}
.profile-card img {
border-radius: 50%;
margin-bottom: 15px;
}
.profile-card h1 {
font-size: 2rem;
margin-bottom: 15px;
}
.profile-card p {
color: #666;
font-size: 1.1rem;
}
.content-card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 20px;
background-color: #fff;
margin-bottom: 20px;
}
.content-card h2 {
font-size: 1.5rem;
margin-bottom: 10px;
border-left: 4px solid #000;
padding-left: 10px;
}
.stats-card {
display: flex;
align-items: center;
justify-content: space-around;
text-align: center;
border: 1px solid #ddd;
border-radius: 8px;
padding: 20px;
background-color: #fff;
margin-bottom: 20px;
}
.stats-card div {
flex: 1;
margin: 0 10px;
}
.tag-list {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 15px;
}
.tag-list .tag {
background-color: #000;
color: #fff;
border-radius: 20px;
padding: 5px 10px;
}
.button-primary {
background-color: #000;
color: #fff;
border-radius: 8px;
padding: 15px 30px;
font-size: 1rem;
margin-top: 20px;
}
.capabilities {
display: flex;
flex-direction: column;
}
.capabilities div {
margin-bottom: 10px;
}
</style>
</head>
<body>
<!-- Navbar -->
<nav class="navbar-custom">
<div class="navbar-brand">
<a class="navbar-item" href="#">
<img src="https://via.placeholder.com/112x28" alt="Logo">
</a>
</div>
<div class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="#">
Home
</a>
<a class="navbar-item" href="#">
About
</a>
<a class="navbar-item" href="#">
Services
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#">
Portfolio
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="#">
Portfolio 1
</a>
<a class="navbar-item" href="#">
Portfolio 2
</a>
<a class="navbar-item" href="#">
Portfolio 3
</a>
</div>
</div>
<a class="navbar-item" href="#">
Articles
</a>
</div>
</div>
</nav>
<!-- Main Section -->
<section class="section">
<div class="container">
<!-- Profile Card -->
<div class="profile-card" data-aos="fade-up">
<figure class="image is-128x128" style="margin: 0 auto;">
<img src="https://via.placeholder.com/128" alt="Profile Image">
</figure>
<h1>I'm Oliver, a digital designer π based in π London</h1>
<p>As a product designer, I specialize in creating unique visual identities for digital products. I believe that a stunning design starts with common values, open communication, and respect for your audience.</p>
</div>
<!-- Experience and Education -->
<div class="columns">
<div class="column">
<div class="content-card" data-aos="fade-up">
<h2>Experience</h2>
<p><strong>2022 - Present</strong><br>Full Time Freelancing<br>Copr Design Studio, Milan, Italy</p>
<p><strong>2020 - 2022</strong><br>Creative Design Studio<br>Lead Designer, Oxford, UK</p>
<p><strong>2017 - 2020</strong><br>Industrial Design Engineering<br>Creative Project Head, Milan, Italy</p>
</div>
</div>
<div class="column">
<div class="content-card" data-aos="fade-up">
<h2>Education</h2>
<p><strong>2014 - 2016</strong><br>Master in Design<br>Cranfield University at Shrivenham Swindon, UK</p>
<p><strong>2010 - 2014</strong><br>MSc in Innovation Design<br>Institute for Design Innovation Loughborough, UK</p>
</div>
</div>
</div>
<!-- Awards and Stats -->
<div class="stats-card" data-aos="fade-up">
<div>
<h2 class="title is-1">12</h2>
<p>Years Experience</p>
</div>
<div>
<h2 class="title is-2">Awards</h2>
<p>π Site of the day<br>π Website of the day</p>
</div>
<div>
<h2 class="title is-1">256+</h2>
<p>Clients Worldwide</p>
</div>
</div>
<!-- Services and Capabilities -->
<div class="columns">
<div class="column">
<div class="content-card" data-aos="fade-up">
<h2>Services</h2>
<p>Icons and descriptions of services offered</p>
</div>
</div>
<div class="column">
<div class="content-card capabilities" data-aos="fade-up">
<h2>Capabilities</h2>
<div>Wireframes: 85%</div>
<div>User Interface: 100%</div>
<div>Creative Writing: 70%</div>
<div>Digital Development: 75%</div>
<div>Pitch Decks: 90%</div>
</div>
</div>
</div>
<!-- Call to Action -->
<div class="profile-card" data-aos="fade-up">
<h2 class="title is-4">Have an interesting idea you'd like some help building?</h2>
<a href="#" class="button button-primary">Let's Talk</a>
</div>
</div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>