-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (35 loc) · 1.78 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
<!DOCTYPE html>
<html>
<head>
<title>Vixniv - Hi there! 👋</title>
<link rel="stylesheet" type="text/css" href="cssfileishere.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="img\vfavicon.png">
<meta name="description" content="Hi there! my name is Vixniv, designer, developer, and student.">
<meta property="og:title" content="Vixniv" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="Hi there! my name is Vixniv, designer, developer, and student.">
<link rel="canonical" href="https://vixniv.com/" />
<meta property="og:url" content="https://vixniv.com/" />
<meta property="og:site_name" content="Vixniv" />
</head>
<body>
<marquee>🦠 😷 🧼 due to the coronavirus outbreak recently, i hope you guys stay safe and sound</marquee>
<div class="container">
<img src="img\vixnivpp.jpg" alt="vixniv picture" class="pp">
<div>
<h1 class="header">Hi there! 👋</br>my name is <span id="real">Vixniv</span>, designer, developer, and student.</h1>
</div>
<div>
<p class="sub">I love connecting brands and companies with their customers through good design.
Let's talk about your project at:
</p>
</div>
<div class="subemail"><a href="mailto:[email protected]" class="email">📬 [email protected]</a></div>
<div><p class="footer">Also see my work in: </br> <a href="https://dribbble.com/vixniv" class="semi" target="_blank">🏀 Dribbble</a> &
<a href="https://Instagram.com/vixniv" class="semi" target="_blank">📷 Instagram</a></p></div>
</div>
<script src="jsfileishere.js"></script>
</body>
</html>