-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (59 loc) · 2.55 KB
/
index.html
File metadata and controls
67 lines (59 loc) · 2.55 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
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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>Shaoli Huang</title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<link rel="stylesheet" type="text/css" href="css/cl_effect.css"/>
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css">
<link rel="Shortcut Icon" href="406769_camera_icon.png" type="image/x-icon">
</head>
<body class="fullMoon">
<div id="home">
<header class="nightSmoothie">
<h1> Lalala&d<br>Studio</h1>
<img src="short.png" alt="Garden's image">
</header>
<div class="placeholder"></div>
<hr>
<nav class="cl-effect-1">
<li><a href="/">HOME</a></li>
<li><a href="canddle">Canddle</a></li>
<li><a href="portroit">Portroit</a></li>
<li><a href="landsccape">Landsccape</a></li>
<li><a href="Others">Others</a></li>
</nav>
<hr>
</div>
<div style="text-align: center">
<main>
<img src="wps_doc_56.jpg" alt="img" width="75%">
<br>
</main>
</div>
<div>
<hr>
<main class="introduce_main">
<p class="aboutme"> ABOUT ME </p>
<br>
<p> - Windy 黄少丽, 青年摄影师,现居山东青岛,现任TAG西海美术馆驻馆摄影师。</p>
<p> - 成果刊登于《芭莎艺术》《时代建筑》《中国艺术报》 《中国文化报》《中国美术报》《卷宗Wallpaper》《时尚cosmo》 《Hi艺术》《一条》《artnow by Nobless》谷德设计网等艺术、建筑专业媒体平台</p>
<p> - 统筹美术馆视觉宣传相关的影像工作(建筑影像、艺术展览宣传、场馆活动等)</p>
<p> - 组织团队进行以此为核心全流程内容生产</p>
<p> - 对接多渠道内容合作平台:包括线上艺术类自媒体,电视台、电台广播、省文旅集团等以达到美术馆全方面的传播效果</p>
</main>
</div>
<footer>
<hr>
<main class="introduce_main">
<p class="aboutme"> Contect Me </p>
<br>
<p> <i class="fa fa-phone" style="font-size:1.8vw;color:darkred"></i> 18765859083</p>
<br>
<p> <i class="fa fa-envelope" style="font-size:1.8vw;color:dodgerblue"></i> 1241551935@qq.com</p>
<br>
<p> <i class="fa fa-wechat" style="font-size:1.8vw;color:green"></i> Heyspoon</p>
</main>
</footer>
</body>
</html>