-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
87 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport"/> | ||
<meta content="noindex" name="robots"/> | ||
<title>Wenxi Chen: Archive</title> | ||
<link href="images/wenguin.png" rel="icon" type="image/x-icon"> | ||
<link href="style.css" media="all" rel="stylesheet" type="text/css"/> | ||
</head> | ||
|
||
<noscript> | ||
<div id="no-script" style="background: black; color: white; padding: 4.5vh; text-align: center;"> | ||
You need to enable JavaScript to view the full site / for the site to work. | ||
</div> | ||
</noscript> | ||
<!--- noscript can be used to show a message if JavaScript is deactivated---> | ||
|
||
<body class="monospace-font"> | ||
|
||
<div id="projects-section"> | ||
<div class="project-wrapper projects"> | ||
<img alt="Lunchbox" class="image" src="images/projects/lunchbox.gif"/> | ||
<div class="text-wrapper"> | ||
<span class="project-title">Lunchbox</span> | ||
<a class="button" href="https://www.figma.com/proto/Uqj7PtGo2YlNJeGpGoCREo/lunchbox-mockup?page-id=0%3A1&type=design&node-id=1-2&viewport=482%2C-239%2C0.71&t=EmfVDQIk8hLiaTww-1&scaling=scale-down&starting-point-node-id=1%3A2&mode=design">Prototype</a> | ||
|
||
<span class="project-desc"> | ||
<br>2022, Personal Project | ||
<br>> <i>Made with:</i> Figma | ||
</span> | ||
</div> | ||
</div> | ||
<div class="project-wrapper projects"> | ||
<img alt="Student Essentials" class="image" src="images/projects/essentials.gif"/> | ||
<div class="text-wrapper"> | ||
<span class="project-title">Student Essentials</span> | ||
<a class="button" href="https://github.com/wenxich/student-essentials">Code</a> <a | ||
class="button" href="https://essentials.neocities.org/">Site</a> | ||
|
||
<span class="project-desc"> | ||
<br>2021, Personal Project | ||
<br>> <i>Made with:</i> JavaScript, HTML/CSS | ||
</span> | ||
</div> | ||
</div> | ||
<div class="project-wrapper design"> | ||
<img alt="Subtlety" class="image" src="images/projects/subtlety.gif"/> | ||
<div class="text-wrapper"> | ||
<span class="project-title">Subtlety</span> | ||
<a class="button" href="https://artforaltruism.threadless.com/collections/subtlety">Site</a> | ||
|
||
<span class="project-desc"> | ||
<br>2020-2021, Personal Project | ||
<br>> <i>Made with:</i> Adobe Photoshop, MediBang Paint | ||
</span> | ||
</div> | ||
</div> | ||
<div class="project-wrapper design"> | ||
<img alt="Strawbaby" class="image" src="images/projects/strawbaby.gif"/> | ||
<div class="text-wrapper"> | ||
<span class="project-title">Strawbaby</span> | ||
<a class="button" href="https://artforaltruism.threadless.com/designs/strawbaby">Site</a> | ||
|
||
<span class="project-desc"> | ||
<br>2020, Personal Project | ||
<br>> <i>Made with:</i> Adobe Photoshop, MediBang Paint | ||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.1/TweenMax.min.js"></script> | ||
<script src="index.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters