-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (47 loc) · 1.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/resources/css/normalize.css">
<link rel="stylesheet" href="resources/css/app.min.css">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700i" rel="stylesheet">
<title>Pham Akasake</title>
</head>
<body>
<header>
<img src="images/logo color.svg" alt="logo" class="logo">
<h1>Webdevelopment and Design</h1>
</header>
<div class="container">
<nav>
<!--<div class="box">
<a href="#">About me</a>
<a href="#">My work</a>
<a href="#">Contact</a>
</div>-->
</nav>
<div class="about">
<h1 class="fntRed fntRight">About me</h1>
<p class="fntRight">
My name is Akasake, or Pham. I study Interactive multimedia design at SomeSchool.
You can usually find me coding, designing, eating good food, gaming, traveling or reading a good book. Aside from what I usually do, I also like to paint, write, play piano or learn any new skill I am interested i
</p>
</div>
<div class="skills">
<h1 class="fntLeft">My skills</h1>
</div>
<div class="work">
<h1 class="fntRed fntLeft">My work</h1>
</div>
<div class="contact">
<h1>Contact</h1>
<p>Want to work with me? <br>
Or simply just want to say hi?<br>
Email me, or find me on my social media accounts linked below. <br>
Talk to you soon!</p>
</div>
</div>
</body>
</html>