-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (40 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Marina Zhu's Profolio</title>
<link rel="stylesheet" href="all.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap" rel="stylesheet">
</head>
<body>
<div class="container"> <!-- Container for the entire page content -->
<div class="left"> <!-- Left section of the page -->
<img src="pic/IMG_3584.JPG" alt="">
<p>Hi There</p>
</div>
<div class="header"> <!-- Header section containing navigation links -->
<div class="sub"><a href="aboutme.html">ABOUT</a></div>
<div class="sub"><a href="projects.html">PROJECTS</a></div>
<div class="sub"><a href="interests.html">INTERESTS</a></div>
<div class="sub"><a href="contact.html">CONTACT</a></div>
</div>
<div class="right"> <!-- Right section of the page -->
<div class="intro">
<p class="name">Marina Zhu</p>
<p class="content">I'm currently pursuing my studies in Interactive Digital Media at Trinity College Dublin, where I'm honing my skills in Front-end Design, Web Development, UI/UX Research, Game Design, 3D Modeling.</p><br>
<p class="content">I'm looking forward to connecting with you, sharing insights, and exploring potential opportunities to learn and grow together!</p>
</div>
<div class="linkbar"> <!-- Links to social media and email -->
<a href="https://www.linkedin.com/in/marina-zhu" target="_blank"><img src="linkedin.png" alt=""></a>
<a href="https://instagram.com/marina_xinchen?igshid=YTQwZjQ0NmI0OA%3D%3D&utm_source=qr" target="_blank"><img src="ins.png" alt=""></a>
<a href="mailto:[email protected]" target="_blank"><img src="email.png" alt=""></a>
</div>
<div class="copywrite"> <!-- Copyright notice -->
<p>Marina Zhu Copyright © 2023 | All rights reserved</p>
</div>
</div>
</div>
</body>
</html>