-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (105 loc) · 7.06 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
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
<!DOCTYPE html>
<html>
<head>
<title>Tami Takada | Web & Mobile Developer</title>
<meta charset="utf-8">
<link rel="stylesheet" href="static/styles.css">
<link rel="icon" href="static/images/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="content">
<div id="title-block" class="content-block flex-col-center" >
<div class="row-to-col content-block-content" >
<img src="static/images/name.svg" style="height: 160px;" />
<img src="static/images/scenery.svg" style="height: 160px;" />
<div class="flex-col" style="gap: 20px;">
<h1>TAMI<br>TAKADA</h1>
<h4 style="padding-left: 10px;">FLUTTER, iOS, & WEB DEVELOPER</h4>
</div>
</div>
</div>
<div class="content-block" style="background-color: var(--green); padding-top: 70px;" >
<div class="row-to-col content-block-content" style="gap: 20px; padding: 20px;">
<div class="flex-col" style="gap: 20px; flex: 1;">
<a href="https://apps.apple.com/us/app/questio/id1572090054" class="project-card project-card-navy flex-col" style="align-items: center; padding-bottom: 0; background-color: var(--navy); height: 330px;">
<h2>QUESTIO</h2>
<h4 style="text-align: center; padding-bottom: 20px;">NATIVE iOS<br>FLASHCARD APP</h4>
<img src="static/images/questio-0.png" style="width: 160px;" />
</a>
<a href="https://www.nichimemo.com/" class="project-card project-card-red flex-col" style="background-color: var(--red); height: 250px;">
<h2>NICHIMEMO</h2>
<h4 style="text-align: center; padding-bottom: 20px;">FLASK APP FOR<br>JAPANESE HISTORY NOTES</h4>
<div style="flex: 1; background: center / contain url('static/images/nichimemo-0.png') no-repeat;"></div>
</a>
</div>
<div style="flex: 1;">
<a href="https://tamitakada.github.io/mytest-website/" class="project-card project-card-yellow flex-col" style="gap: 10px; background-color: var(--yellow); height: 620px;">
<div>
<h2 style="color: var(--navy);">MYTEST</h2>
<h4 style="text-align: center; color: var(--navy); padding-bottom: 10px;">FLUTTER DESKTOP STUDY APP</h4>
</div>
<div style="flex: 1; background: center / contain url('static/images/mytest-0.png') no-repeat;"></div>
<div style="flex: 1; background: center / contain url('static/images/mytest-1.png') no-repeat;"></div>
<div style="flex: 1; background: center / contain url('static/images/mytest-2.png') no-repeat;"></div>
</a>
</div>
<div class="flex-col" style="gap: 20px; flex: 1;">
<a href="https://nichinichi.app/" class="project-card project-card-red flex-col" style="background-color: var(--red); height: 350px;">
<h2>NICHINICHI</h2>
<h4 style="text-align: center; padding-bottom: 20px;">FLUTTER DESKTOP<br>TASK MANAGER</h4>
<div style="flex: 1; position: relative;">
<img src="static/images/nichinichi-1.png" style="z-index: 0; position: absolute; top: 0; left: 0; height: 60%;" />
<img src="static/images/nichinichi-0.png" style="z-index: 0; position: absolute; bottom: 0; right: 0; height: 60%;" />
</div>
</a>
<a href="https://japanese-conversation-hour-website.vercel.app/" class="project-card project-card-navy flex-col" style="background-color: var(--navy); height: 210px;">
<h2>CONVERSATION HOUR WEBSITE</h2>
<h4 style="text-align: center; padding-bottom: 20px;">CLUB WEBSITE & NEWSLETTER</h4>
<div style="flex: 1; background: center / contain url('static/images/jpch-0.png') no-repeat;"></div>
</a>
</div>
</div>
</div>
<div class="content-block flex-row" style="height: 100vh;" >
<div id="color-bars" class="flex-row" style="flex: 1" >
<div style="height: 100%; flex: 1; background-color: var(--red);"></div>
<div style="height: 100%; flex: 1; background-color: var(--navy);"></div>
<div style="height: 100%; flex: 1; background-color: var(--green);"></div>
</div>
<div style="height: 100%; flex: 1; background-color: var(--yellow);">
<div class="content-block-content flex-col-center" style="height: 100%; gap: 40px;">
<img src="static/images/dev.jpg" style="height: 150px; width: 150px; border-radius: 50%; object-fit: cover;" />
<p style="padding: 0 20px; max-width: 400px;">I'm a part-time mobile and web developer and full-time student at Cornell University. Outside of coding, I enjoy reading, following Formula 1, and basking in the presence of cats.</p>
<div class="flex-row" style="gap: 10px; padding: 0 20px;">
<div>
<p style="color: var(--navy); padding-bottom: 5px; text-align: center;"><strong>Favorite<br>author</strong></p>
<img src="static/images/soseki.jpeg" class="about-favorite" />
</div>
<div>
<p style="color: var(--navy); padding-bottom: 5px; text-align: center;"><strong>Favorite<br>book</strong></p>
<img src="static/images/kagami-cover.jpeg" class="about-favorite" style="object-position: top;" />
</div>
<div>
<p style="color: var(--navy); padding-bottom: 5px; text-align: center;"><strong>Favorite<br>song</strong></p>
<img src="static/images/lady-cover.png" class="about-favorite" />
</div>
</div>
</div>
</div>
</div>
<footer>
<a href="https://github.com/tamitakada" style="margin-right: 10px;"><img src="static/images/github-logo.svg" style="height: 20px;" /></a>
<p style="color: var(--gray); text-align: center; padding-top: 10px;">Copyright © Tami Takada 2024</p>
</footer>
</div>
<nav class="flex-row-center" >
<div class="nav-item">TOP</div>
<div class="nav-divider"></div>
<div class="nav-item">PROJECTS</div>
<div class="nav-divider"></div>
<div class="nav-item">ABOUT</div>
</nav>
<script src="static/script.js"></script>
</body>
</html>