-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
83 lines (66 loc) · 2.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous">
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title> Minna K-T </title>
<link href="./about.css" rel="stylesheet" type="text/css">
<link rel="icon"
type="image/png"
href="./images/favicon/favicon.ico" />
</head>
<body>
<div class = "wrapper">
<div class = "confetti"> </div>
<div class = "container">
<div class = "header">
<div class = "name">
<a href="./index.html">MINNA KIMURA-THOLLANDER</a>
</div>
<div class = "page-container">
<div class = "work">
<a href="./index.html">WORK</a>
</div>
<div class ="about">
ABOUT
</div>
</div>
</div>
<div class = "self-intro">
<div class = "photo">
<img src = "./images/me2.jpg" width="250" height="250" alt="its me">
</div>
<div class = "summary">
<div class = "title">
<div class = "developer">developer</div> <span style="color: #F6663F;"> / </span> <div class = "designer">designer </div>
<span style="color: #FFCD43;"> / </span> <div class = "illustrator">illustrator</div>
</div>
<div class = "content">
<div class = "custom">Hi, I'm Minna! 😀 </div>
<div class = "list-start">Some things for you to get to know me:</div>
<ul>
<li> I spend most of the year in Providence, Rhode Island, but I’m originally from NYC, and Minnesota before that. </li>
<li> I have a black cat named Mao. </li>
<li> My favorite emojis are 🎉🐛🐱🚀</li>
<li> I can make an origami crane, but I can't figure out how to fold a paper airplane.</li>
</ul>
<div class="info">
This website was created with HTML/CSS/JS in 2019. Type set in Circular and Europa.
</div>
</div>
</div>
</div>
</div>
<div class = "illust">
<img src="./images/yellowpaper.svg" height="400" alt="yellow paper airplane">
</div>
</div>
<script>
</script>
</body>
</html>