-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (44 loc) · 2.36 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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width-device-width, intial-scale= 1.0">
<title> kaitlyn jao's portfolio </title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=
Inconsolata|Josefin Sans|Signika">
</head>
<body>
<!-- opening display page -->
<div class = "fixated_menu">
<button class = "fixed_button"> about me </button>
<button class = "fixed_button"> work </button>
<button class = "fixed_button"> education </button>
</div>
<h2 id = "name_title"> kaitlyn jao </h2>
<h3 id = "sub_name"> aspiring software engineer :> </h3>
<div class = "about me">
<p id = "me_header"> Hello !! </p>
<p id = "me_details">
Simply a passionate individual who loves
exploring creativity through various artistic hobbies like
traditional art, nail art, and crocheting. My dream job is to find a position where I can merge this creativity with my love for coding. I'm excited about opportunities that allow me to innovate
and bring imaginative ideas to life through technology.
</p>
</div>
<div id = "contact">
<button class = "contact_button"> email : [email protected] </button>
<button class = "contact_button"> github : @k8iekitkat </button>
<button class = "contact_button"> linked in : Kaitlyn Jao </button>
<button class = "contact_button"> resume </button>
</div>
<!-- work portion, have it like a genshin player banner
have a message of "click each for more detail" and when clicked
will open to a detail of the work experience on the left, and a photo animation slide
on the right
at the bottom of the details, have a clicked option to close out and return to original
state of the work portion with the banners
-->
<p> click for more detail </p>
</body>
</html>