Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsophiekim authored and alexsophiekim committed Jan 22, 2024
1 parent c3904fe commit 1a9b5d2
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 16 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ section {
}

.cardContainer .box:nth-child(2) .icon {
background-image: url(../img/tandoori.jpg);
background-image: url(../img/mtruapehu.png);
background-position: top;
background-size: cover;
}
Expand Down
2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added img/UXRuapehu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 14 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h4 class="intro"><span>{ Sophie Kim }</span><br/><br/> <p>Creative UX/UI design
<div class="aboutTitle col12 "> HELLO, THERE!</div>
<div class="aboutBox ">
<h1 class="aboutText animation">
I am a UX/UI designer based in Wellington, NZ.
I am a UX/UI and degital designer based in Wellington, NZ.
I recently worked with MOBIHQ which is food online ordering SaaS company as a Digital Designer/Front-End Designer. Basically my role was responsible for UX/UI for food ordering storefront improving and styling in the cross-platform. Before that, I also worked at the TAB sports betting agancy and Tech Expozed International Limited as a UX designer.
I am passionate about creating and building user centric web applications. I love brainstoming based on the UX point of view and enjoy discuss with team and solve the problems. I am queen of the CSS so I confidently handle with code based styling. I have learnt full stack web development skill. I learn quickly, adapt easily and am driven to succeed.
<br/>Outside of working, I enjoy fashion, coffee, travel and yoga.
Expand All @@ -79,6 +79,17 @@ <h3>UX/UI</h3>
</div>
</div>
<div class="box">
<a href="ruapehu.html" target="_self">
<div class="icon">
<i class="ti-search" aria-hidden="true"></i>
</div>
<div class="content">
<h3>UX/UI</h3>
<p>Mt.Ruapehu - Accomodation Booking System <br/> Single Web application design to build application</p>
</a>
</div>
</div>
<!-- <div class="box">
<a href="https://www.behance.net/gallery/85432687/take-away-order-web" target="_blank">
<div class="icon">
<i class="ti-search" aria-hidden="true"></i>
Expand All @@ -88,7 +99,7 @@ <h3>UX Research</h3>
<p>Tandoori Nights - Take away food ordering system<br/> UX research and Mockup</p>
</a>
</div>
</div>
</div> -->

<div class="box">
<a href="https://www.behance.net/gallery/87112011/Caucus" target="_blank">
Expand All @@ -101,17 +112,7 @@ <h3>UX Research</h3>
</a>
</div>
</div>
<!-- <div class="box">
<a href="https://alexsophiekim.github.io/Mt.ruapehu" target="_blank">
<div class="icon">
<i class="ti-search" aria-hidden="true"></i>
</div>
<div class="content">
<h3>Live</h3>
<p>Mt.Ruapehu - Accomodation Booking System <br/> Single Web application using JavaScript, Bootstrap and sweetalerts2 plugin</p>
</a>
</div>
</div> -->

<div class="box">
<a href="https://alexsophiekim.github.io/beat-music" target="_blank">
<div class="icon">
Expand Down
Binary file added plugIns/themify-icons/.DS_Store
Binary file not shown.
61 changes: 61 additions & 0 deletions ruapehu.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="UX/UI designer Sophie Kim's Portfolio">
<meta name="keywords" content="HTML,CSS,SCSS,JavaScript,UI,UX,designer,developer">
<meta name="author" content="Sophie Kim">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sophie Kim's Portfolio</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600,800|Share:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<link rel="stylesheet" href="plugIns/themify-icons/themify-icons.css">
<link rel="stylesheet" href="css/style.css">
<title>Mt.Ruapehu</title>
<style>
.badgeGroup {
display: flex;
justify-content: center;
}
.badgeItem {
list-style: none;
border:1px solid grey;
border-radius: 4px;
margin-right: 0.5em;
padding: 2px 10px;
font-size: 0.8em;
}
</style>
</head>
<body>
<header>
<a style="text-decoration:none;" href="index.html">
<img class="logo" src="img/logoDark.png" alt="">
<img class="mLogo" src="img/logoLight.png" alt=""> </a>
<nav class="nav">
<div class="toggle">
<i class="ti-menu"></i>
<i class="ti-close"></i>
</div>
<ul>
<li><a href="index.html">HOME</a> </li>
<li><a class="about" href="./index.html#about">ABOUT</a></li>
<li><a href="./index.html#works">WORKS</a></li>
<li><a class="skills" href="./index.html#skills">SKILLS</a></li>
<li><a href="./index.html#contact">CONTACT</a></li>
</ul>
</nav>
</header>
<div class="workPage">
<h1 class="worksTitle">UI/UX - Accomodation Booking System</h1>
<nav class="badgeGroup">
<li class="badgeItem">UX Research</li>
<li class="badgeItem">Wireframe</li>
<li class="badgeItem">Responsive Design</li>
</nav>
<img src="img/UXRuapehu.png"/>
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="js/script.js" charset="utf-8"></script>
</html>
2 changes: 1 addition & 1 deletion scss/_works.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ margin:1em
background-position: top; background-size: contain;
}
.cardContainer .box:nth-child(2) .icon{
background-image: url(../img/tandoori.jpg);
background-image: url(../img/mtruapehu.png);
background-position: top; background-size: cover;
}
.cardContainer .box:nth-child(3) .icon{
Expand Down

0 comments on commit 1a9b5d2

Please sign in to comment.