Skip to content

Commit

Permalink
New website (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawaiigal authored Feb 21, 2025
1 parent 204c4cd commit aa9306e
Show file tree
Hide file tree
Showing 9 changed files with 155 additions and 148 deletions.
4 changes: 0 additions & 4 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ table {
---------------------------------------------------------------------*/

body {
background-color: #173e43;


color: #F2F2F2;
font-family: 'Raleway', sans-serif;
font-size: 16px;
text-align: center;
Expand Down
201 changes: 66 additions & 135 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -1,177 +1,108 @@
body {
height: 100vh;

}

.outside {
/* position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); */

min-height: 90%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
resize: both;
overflow: visible;
justify-content: center;
flex-flow: column wrap;
background-color: #452c63;
/* background-color: #DDA0DDBB; */
width: 100vw;
}

.hello {
.outer {
display: flex;
flex-direction: column;
justify-content: center;

animation: 0.75s fadein;
animation-fill-mode: forwards;

visibility: hidden;
align-items: flex-start;
flex-flow: column wrap;
width: 60vw;
min-width: 200px;
max-width: 1200px;
}


/**********************************************************
THE ABOUT SECTION
***********************************************************/
.about {
.header {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 1em auto;
justify-content: center;
flex-flow: row wrap;
align-items: flex-end;
justify-content: left;
gap: 10px;
color: #FDFDFC;
margin: 10px;
width: 100%;
}

.about-item {
/* background: #00974e; */
background-color: #3fb0ac;
/* background-color: #677077; */
/* background-color: #06000a; */

margin: .4em .6em;
padding: .9em .4em .2em .2em;

max-width: 35em;
max-height: 20em;
min-width: 20em;
border-radius: 6px;
.name {
font-weight: 700;
font-size: 40pt;
margin: 0;
float: left;
}

box-shadow: 2px 2px 3px 1px rgba(0, 0, 0,.5);
animation: 1.5s ease-in-out 0s 1 slideInFromBottom;
.container {
border-radius: 20px;
border-color: #452c63;
background-color: #FDFDFC;

padding: 70px 10px;
width: 100%;
color: #452c63;

}
display: flex;
justify-content: center;
align-items: flex-start;
flex-flow: row wrap;
gap: 50px;

#first {
animation-delay: 0s;
}
box-shadow: 8.0px 12.0px 12.0px hsl(0deg 0% 0% / 0.38);

#second {
animation-delay: 0.1s;
}

@keyframes slideInFromBottom {
0% {
transform: translateY(100vh);
}
100% {
transform: translateX(0);
}
.item {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
gap: 30px;
}

.about-icon {
width: 40px;
min-height: auto;

display: inline-block;
padding: 7px;
margin: 0.2em auto;

border-radius: 60px;
border: 2px solid #add9c3;

box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .25);
.item>img {
height: 70px;
filter: invert(19%) sepia(11%) saturate(3722%) hue-rotate(228deg) brightness(93%) contrast(92%);
}

.about-icon img {
height: 40px;
width: auto;
.description {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
}

.about-description {
max-width: 20em;
margin: .67em auto;
h3 {
font-weight: 700;
font-size: 24pt;
}


/**********************************************************
EXTERNAL LINKS AND ICONS
**********************************************************/
.external {

/* position: fixed;
bottom: 0; */
margin: .67em auto;
margin-bottom: .8em;
display: block;
overflow: hidden;

animation: 1s fadein;
animation-delay: 1s;
animation-fill-mode: forwards;

visibility: hidden;

p {
font-size: 14pt;
max-width: 400px;
line-height: 1.2em;
}

@keyframes fadein {
0% {
opacity: 0;
}

100% {
visibility: visible;
opacity: 1;
}
.links {
margin-left: auto;
}

.external-link {
text-decoration: none;
margin: 2px;
margin: 4px;
}

.external-link:visited {
text-decoration: none;
}

.external-link img{
.external-link img {
text-decoration: none;
height: 20px;
height: 40px;
width: auto;
}

.resume {
line-height: 1.2em;
}

/**********************************************************
GENERAL ELEMENT STYLING
**********************************************************/

h1 {
max-width: 50em;
font-size: 50px;
margin: .4em;
font-weight: 250;
}

h2 {
max-width: 25em;
font-size: 20px;
line-height: 1.2em;
margin: .40em;
font-weight: 100;
}

p {
line-height: 1.2em;
}
}
1 change: 0 additions & 1 deletion images/education.svg

This file was deleted.

40 changes: 40 additions & 0 deletions images/github-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion images/keybase.svg

This file was deleted.

Binary file added images/neu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/resume.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion images/work.svg

This file was deleted.

54 changes: 48 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,65 @@
<link rel="stylesheet" type="text/css" href="css/base.css">
<link rel="stylesheet" type="text/css" href="css/index.css">

<link rel="icon" type="image/png" href="favicon.png">
<link rel="icon" type="image/png" href="favicon.png">

<meta name="description" content="Kailani Chu Website">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="tVwBkbaSJAWxzVa_wgE4rpUVZ51pTCfhYT0IoufiOCo" />

<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>

<body>
<div class="outer">
<div class="header">
<span class="name">Kailani Chu</span>

<span class="links">
<a class="external-link" href="resources/kailani-chu-resume.pdf">
<img src="images/resume.svg" alt="resume link">
</a>

<a class="external-link" href="https://github.com/hawaiigal">
<img src="images/github.svg" alt="Github link">
</a>

<a class="external-link" href="https://www.linkedin.com/in/kailanichu">
<img src="images/linkedin.svg" alt="linkedin link">
</a>
</span>
</div>

<div class="container">
<div class="item">
<img src="images/github-mark.svg">

<div class="description">
<h3>GitHub</h3>
<p>Software Engineer on GitHub Code Search</p>
</div>
</div>

<div class="item">
<img src="images/neu.png">
<div class="description">
<h3>Northeastern University</h3>
<p>Graduated from Northeastern University with a B.S. in Computer Science</p>
</div>
</div>
</div>
</div>

<div class="outside">


<!-- <div class="outside">
<div class="hello">
<h1>
Hey there!
Kailani Chu
</h1>
<h2>
I'm Kailani and here are some things about me
Software Developer
</h2>
</div>
Expand Down Expand Up @@ -63,8 +105,8 @@ <h2>
<div class="resume">
<a href="resources/kailani-chu-resume.pdf">Check out my resume</a>
</div>
</div>
</div> -->

</body>

</html>
</html>

0 comments on commit aa9306e

Please sign in to comment.