-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 863 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<title>Andrei Longhin</title>
<link rel="stylesheet" href="style.css"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="Personal website of Andrei Longhin, Software Engineer"/>
<meta name="author" content="Andrei Longhin"/>
</head>
<body>
<div id="intro-container">
<div id="intro-content">
<img id="avatar" src="avatar.jpeg"/>
<h1 id="name">Andrei Longhin</h1>
<p id="message">Hi there! If interested, you can check out my
<a href="andrei-cv.pdf" target="_blank">CV</a>, <a href="https://www.linkedin.com/in/aml2610/" target="_blank">LinkedIn page</a>
or <a href="https://github.com/aml2610" target="_blank">Github account</a>.
</p>
</div>
</div>
</body>
</html>