-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrongr.html
More file actions
41 lines (39 loc) · 1.72 KB
/
drongr.html
File metadata and controls
41 lines (39 loc) · 1.72 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Introduction to drongr</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="drongr.css" />
<!-- <script src="main.js"></script> -->
</head>
<body>
<div class="exhibit">
<div>
<img class="illustrate" src="person_illustration@2x.png" alt="person_illustration"/>
</div>
<div class="Area photo">
<h2 class="title"> 与大虎共影</h2>
<img class="photo1" src="photo_one.jpg" alt="photo1"/>
<img class="photo2" src="photo_two.jpg" alt="photo2"/>
</div>
<div class="Area">
<h2 class="title experience"> 在大虎的经历</h2>
<div class="messageItem">
<img class="icon" src="icon_start@2x.png" alt="icon1"/>
<p class="describe">在2018年4月14日,我成功加入了大虎科技。在此之前,我曾感觉有点落寞,但是我却不曾灰心过。</p>
</div>
<div class="messageItem">
<img class="icon" src="icon_grow_up@2x.png" alt="icon2"/>
<p class="describe">在接下来的两个月内,我学到了很多新东西,感受到了自己也是很强的,也终于能hold住了。</p>
</div>
<div class="messageItem">
<img class="icon" src="icon_next@2x.png" alt="icon3"/>
<p class="describe">以后的以后,我会按照我的想法继续前行。</p>
</div>
</div>
</div>
</div>
</body>
</html>