-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
81 lines (81 loc) · 3.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>张庭梁的门户网站</title>
<link href="css/simpleGridTemplate.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Main Container -->
<div class="container">
<!-- Header -->
<header class="header">
<h4 class="logo">HOME</h4>
</header>
<!-- Hero Section -->
<section class="intro">
<div class="column">
<h3>Zhang Tingliang</h3>
<img src="images/face.jpg" alt="" class="profile"> </div>
<div class="column">
<p>This is home page! From here, you can go to many webpage! </p>
</div>
</section>
<!-- Stats Gallery Section -->
<div class="gallery">
<div class="thumbnail"> <a href="pages/portfolio/index.html"><img src="images/portfolio.png" alt="" width="2000" class="cards"/></a>
<h4>Portfolio</h4>
<p class="tag">HTML, CSS, PDF</p>
<p class="text_column">My original portfolio.</p>
</div>
<div class="thumbnail"> <a href="#"><img src="images/LOGO.jpg" alt="" width="2000" class="cards"/></a>
<h4>Future Intereaction</h4>
<p class="tag">Student Innovation Group</p>
<p class="text_column">Our interest group in Tsinghua University.</p>
</div>
<div class="thumbnail"> <a href="pages/ChallengeCupMeeting/reveal.js/index.html"><img src="images/Hexo-Github.png" alt="" width="2000" class="cards"/></a>
<h4>Challenge Cup Advice</h4>
<p class="tag">20201203</p>
<p class="text_column">Powered by reveal.js.</p>
</div>
<div class="thumbnail"> <a href="pages/ArduinoTutorial/index.html"><img src="images/ArduinoTutorial.png" alt="" width="2000" class="cards"/></a>
<h4>Using Reveal.js</h4>
<p class="tag">ArduinoTutorial</p>
<p class="text_column">20201023</p>
</div>
</div>
<div class="gallery">
<div class="thumbnail"> <a href="https://designguide.pl"><img src="images/polish.png" alt="" width="2000" class="cards"/></a>
<h4>designguide.pl</h4>
<p class="tag">Great website</p>
<p class="text_column">From https://www.awwwards.com/sites/guide-to-polish-design.</p>
</div>
<div class="thumbnail"> <a href="pages/reveal.js/Arduino.html"><img src="https://www.arduino.cc/en/uploads/Products/Uno.jpg" alt="" width="2000" class="cards"/></a>
<h4>Arduino Tutorial</h4>
<p class="tag">Arduino Tutorial</p>
<p class="text_column">Arduino Tutorial PPT-201910.</p>
</div>
<div class="thumbnail"> <a href="pages/Templates/TemplatesContent.html"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Adobe_Dreamweaver_CC_icon.svg/1050px-Adobe_Dreamweaver_CC_icon.svg.png" alt="" width="2000" class="cards"/></a>
<h4>My Templates</h4>
<p class="tag">From Dreamweaver</p>
<p class="text_column">This is Templates' Content.</p>
</div>
<div class="thumbnail"> <a href="pages\ShapeBots Simulator\build\index.html"><img src="images/bkg_06.jpg" alt="" width="2000" class="cards"/></a>
<h4>ShapeBots Simulator</h4>
<p class="tag">ShapeBots, Simulator</p>
<p class="text_column">ShapeBots Simulator.</p>
</div>
</div>
<!-- Footer Section -->
<footer id="contact">
<p class="hero_header">GET IN TOUCH WITH ME</p>
<div class="button">EMAIL ME </div>
</footer>
<!-- Copyrights Section -->
<div class="copyright">©2019 - <strong>张庭梁</strong></div>
</div>
<!-- Main Container Ends -->
</body>
</html>