-
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
zyxiaooo
authored
Sep 23, 2016
1 parent
b1a787e
commit 1d99916
Showing
8 changed files
with
334 additions
and
42 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,24 @@ | ||
Minimaxing by HTML5 UP | ||
html5up.net | @ajlkn | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
|
||
|
||
The very first responsive site template I ever made on 5grid (now upgraded to skelJS). | ||
It's clean, minimal, and so generic you can use it for pretty much anything. | ||
|
||
Feedback, bug reports, and comments are not only welcome, but strongly encouraged :) | ||
|
||
AJ | ||
[email protected] | @ajlkn | ||
|
||
|
||
Credits: | ||
|
||
Demo Images: | ||
Unsplash (unsplash.com) | ||
|
||
Other: | ||
jQuery (jquery.com) | ||
html5shiv.js (@afarkas @jdalton @jon_neal @rem) | ||
Respond.js (j.mp/respondjs) | ||
Skel (skel.io) |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
--> | ||
<html> | ||
<head> | ||
<title>Minimaxing by HTML5 UP</title> | ||
<title>Yuxiao Zhang's Homepage</title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> | ||
|
@@ -50,17 +50,21 @@ <h2>WELCOME TO YUXIAO ZHANG'S WEBSITE</h2> | |
|
||
<section> | ||
<h2>Yuxiao Zhang</h2> | ||
<p>This is <strong>Minimaxing</strong>, a fully responsive HTML5 site template designed by <a href="http://twitter.com/ajlkn">AJ</a> and released for free by <a href="http://html5up.net">HTML5 UP</a>. It features | ||
a simple, lightweight design, solid HTML5 and CSS3 code, and full responsive support for desktop, tablet, and mobile displays.</p> | ||
<p>I am a senior student of <strong>Department of Computer Science and Engineering</strong> in <strong>Shanghai Jiao Tong University(SJTU)</strong>. I will receive my B.S. degree in June 2017.</p> | ||
<p>In the past three years, I enjoy studying computer science and totally devote myself into this field. In my Junior year, I become a research asistant supervised by Prof. Hongzi Zhu, in <strong>Institute of Network and Service Computing, SJTU</strong>. Also in this summer, I became an intern in <strong>Intel Asia Pacific R & D Center</strong>. My current research interests lie broadly in <strong>graphics, mobile computing and systems.</strong> </p> | ||
|
||
</section> | ||
|
||
</div> | ||
<div class="3u"> | ||
|
||
<section> | ||
<h3>Contact Info</h3> | ||
<p>This is <strong>Minimaxing</strong>, a fully responsive HTML5 site template designed by <a href="http://twitter.com/ajlkn">AJ</a> and released for free by <a href="http://html5up.net">HTML5 UP</a>. It features | ||
a simple, lightweight design, solid HTML5 and CSS3 code, and full responsive support for desktop, tablet, and mobile displays.</p> | ||
<p><strong>Tel: +86 150 2662 8386</strong><br> | ||
<strong>Email: [email protected]</strong><br> <strong> [email protected]</strong><br><br> | ||
<strong>Here is my <a href = "cv-en.pdf">CV</a> and please feel free to contact me.</strong> | ||
</p> | ||
|
||
</section> | ||
|
||
</div> | ||
|
@@ -184,7 +188,7 @@ <h3>Magna Gravida Dolore</h3> | |
<div class="row"> | ||
<div class="12u"> | ||
<div id="copyright"> | ||
© Untitled. All rights reserved. | Design: <a href="http://html5up.net">HTML5 UP</a> | ||
©Yuxiao Zhang. | Design: <a href="http://html5up.net">HTML5 UP</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
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
Oops, something went wrong.