forked from corn-flour/code4fun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanh.html
More file actions
43 lines (39 loc) · 2.24 KB
/
anh.html
File metadata and controls
43 lines (39 loc) · 2.24 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style1.css"/>
<link rel="stylesheet" type="text/css" href="css/stylename.css"/>
<title>Anh Pham</title>
</head>
<body>
<nav>
<a class="logo" href="index.html"><img src="images/logoplaceholder.png" alt="logo"/></a>
<a href="index.html#aboutus">About us</a>
<a href="articles.html">Articles</a>
<a id="selected" href="members.html">Members</a>
<a href="activities.html">Activities</a>
<a href="contact.html">Contact us</a>
<a href="join.html">Join us</a>
</nav>
<main>
<div id="memberinfo">
<h1>ANH PHAM</h1>
<h2>Vice-President, Treasurer</h2>
<section id="info">
<div class="column1"> <img class="face" src="images/anh.png" alt="anh's image"/></div>
<div class="column2">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<a href=""><img id="lkin" src="images/linkedin.png" alt="linkedin logo"/></a>
</div>
</section>
<div id="buttons"> <a href="amir.html">Previous</a> <a href="members.html">Members</a> <a href="xhoel.html">Next</a></div>
</div>
</main>
<footer>
<hr id="line">
To be updated
</footer>
</body>
</html>