Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Bree+Serif&family=Source+Sans+Pro&display=swap">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<title>Yucheng's Portfolio Website</title>
<meta name="theme-color" content="#fafafa">
</head>
<body>
<div class="canvas">
<section class="navbar">
<nav>
<a href="index.html"><img src="img/yucheng-logo-v1.png" alt="personal logo" height= "72px"></a>
<div class="nav" style="font-size: 1.2em;">
<a href="" class="hvr-underline-from-left" style="font-weight: 600">Work</a>
<a href="" class="hvr-underline-from-left" style="font-weight: 600">About</a>
<a href=""class="hvr-underline-from-left" style="font-weight: 600">Resume</a>
</div>
</nav>
</section>
<section class="intro">
<br><br>
<header>Illustration &</header>
<header>Graphic Design.</header>
<br>
</section>
<br><br><br><br>
<section class="navbar">
<nav>
<div class="worknav" style="font-size: 1.2em;">
<a id="work-nav" href="ui-ux.html" class="hvr-fade" style="text-decoration:none;">UI/UX</a>
<a id="work-nav" href="web-design.html" class="hvr-fade" style="text-decoration:none;">Web Design</a>
<a id="work-nav" href="motion.html" class="hvr-fade" style="text-decoration:none;">Motion</a>
<a id="work-nav" href="visual.html" class="hvr-fade" style="background-color: #9BD19A; color: white; text-decoration:none;">Visual</a>
<a id="work-nav" href="creative coding.html" class="hvr-fade" style="text-decoration:none;">Creative Coding</a>
</div>
</nav>
</section>
<br><br><br>
<section class="grid-container">
<div class="gallery2">
<div class="gallery2_item1">
<img class="gallery_img" src="img/infographic.jpg">
<p class="hvrbox-text1">The Mobile Phone Era</p>
<p class="hvrbox-text2">Data Visualization | Illustration | Nov 2019</p>
</div>
<div class="gallery2_item2">
<img class="gallery_img" src="img/Poster1.jpg">
<p class="hvrbox-text1">Movie Poster</p>
<p class="hvrbox-text2">Graphic Design | Mar 2018</p>
</div>
<div class="gallery2_item3">
<img class="gallery_img" src="img/Poster2.jpg">
<p class="hvrbox-text1">Movie Poster</p>
<p class="hvrbox-text2">Graphic Design | Mar 2018</p>
</div>
<div class="gallery2_item4">
<img class="gallery_img" src="img/Poster3.jpg">
<p class="hvrbox-text1">Movie Poster</p>
<p class="hvrbox-text2">Graphic Design | Mar 2018</p>
</div>
<div class="gallery2_item5">
<img class="gallery_img" src="img/cover.jpg">
<p class="hvrbox-text1">Bookstore Brochure</p>
<p class="hvrbox-text2">Graphic Design | Mar 2018</p>
</div>
</div>
</section>
<section class="footer">
<div>
<!-- <p style=" text-align:center">View all projects</p> -->
<br>
</div>
<br><br><br>
<footer class="footer">
<div class="back-to-top">
<div>
<p style="font-size: 1.8em; position: relative; bottom: -12px; font-weight: bold; margin: 0">Let's Chat :)</p>
<div class="line"><hr class="greenline"></div>
</div >
<div><a href="#" class="to-top"><img src="img/up-arrow.svg" height=40px></a></div>
</div>
<br><br><br><br>
<div class="contact">
<div class="footer-item">
<a><img class="footer-item-image" src="img/linkedin.svg" alt="linkedin logo" height= 45px></a>
<a><img class="footer-item-image" src="img/github.svg" alt="github logo" height= 45px></a>
<a><img class="footer-item-image" src="img/email.svg" alt="email logo" height= 45px></a>
</div>
</div>
<p style=" text-align:center">&copy; Designed by Yucheng Hang</p>
</footer>
</section>
</div>
</body>
</html>