-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
89 lines (84 loc) · 2.5 KB
/
contact.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
82
83
84
85
86
87
88
89
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Dosis:300,400,600" rel="stylesheet">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rel="icon" href="photos/logo.jpg">
<script src="script.js"></script>
<title> Ieering - Contact </title>
</head>
<body>
<div class="logo">
<!-- <img src=""> -->
<h1> ieering </h1>
</div>
<div class="nav-bar">
<ul>
<li class="regular"><a href="index.html">home</a></li>
<li class="regular"><a href="stories-main.html">stories</a></li>
<li class="active"><a href="contact.html">contact</a></li>
</ul>
</div>
<div class="spacer"></div>
<div class="img-container"
style="width: 100%; height: 35%;
margin-top: 2.25rem; filter: brightness(85%) opacity(80%);">
<img src="photos/contactImg/main.jpg" style="top: -250%; position: relative;">
</div>
<div class="thin-section"
style="border-bottom: 0.15rem solid #494949;
margin-top: 2.75rem; position: relative; z-index: 2; top: -13.75rem;">
<h1> call me </h1>
<h5> 416-270-4055 (jk jk, only if you want to) </h5>
</div>
<header>
<h2> you can find me here: </h2>
</header>
<table class="info">
<tr>
<td>
<a href="https://www.facebook.com/yuyingliang">
<img src="photos/contactImg/facebook.jpg">
</a>
<h3> facebook </h3>
</div>
</td>
<td>
<img src="photos/contactImg/email.jpg">
<h3> email: </h3>
<h4> [email protected] </h4>
</td>
</tr>
<tr>
<td>
<a href="">
<img src="photos/contactImg/github.jpg">
</a>
<h3> github </h3>
</td>
<td>
<a href="">
<img src="photos/contactImg/instagram.jpeg">
</a>
<h3> instagram </h3>
</td>
</tr>
<tr>
<td>
<a href="">
<img src="photos/contactImg/linkedin.jpg">
</a>
<h3> linkedin </h3>
</td>
<td>
<a href="">
<img src="photos/contactImg/twitter.jpg">
</a>
<h3> twitter </h3>
</td>
</tr>
</table>
<section class="footer">
<h6> © copyright yuying liang </h6>
</section>
</body>
</html>