-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
50 lines (44 loc) · 2.9 KB
/
Copy pathportfolio.html
File metadata and controls
50 lines (44 loc) · 2.9 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
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<!-- meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>neil - portfolio v1.1.3</title>
<meta name="description" content="hi im cole, a full-stack developer primarily working with node.js">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="assets/bfada58e3f3c16f3c7293aff301903df.jpg"/>
<!-- css -->
<link href="/assets/styles.css" rel="stylesheet" type="text/css"> <!-- main css -->
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet" type="text/css">
<link href="https://cdn.jsdelivr.net/npm/aos@2.3.1/dist/aos.css" rel="stylesheet" type="text/css">
<link href="https://cdn.jsdelivr.net/gh/ellekasai/twemoji-awesome@gh-pages/twemoji-awesome.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Lato&family=Open+Sans:wght@600&family=Otomanopee+One&display=swap" rel="stylesheet" type="text/css">
<link href="https://cdn.jsdelivr.net/npm/boxicons@2.0.8/css/boxicons.min.css" rel="stylesheet" type="text/css">
<link href="https://pro.fontawesome.com/releases/v5.15.1/css/all.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- navbar -->
<nav class="w-full" data-aos="fade-right">
<div class="md: flex flex-row items-center justify-between w-full md:px-20 xl:px-40 2xl:px-52 md:pt-5 2xl:pt-10" style="transform: translateY(10px) translateZ(0);">
<div class="flex flex-row items-center justify-start" style="font-family: 'Open Sans', sans-serif;">
<a href="/" class="mr-4 font-medium text-2xl text-gray-200 hover:text-gray-400"><i class="bx bxs-home"></i></a>
<a href="/portfolio.html" class="mx-4 font-inter font-medium text-2xl text-gray-200 hover:text-gray-400">portfolio</a>
<a href="/skills.html" class="mx-4 font-inter font-medium text-2xl text-gray-200 hover:text-gray-400">skills</a>
</div>
<div class="flex flex-row items-center justify-end"></div>
</div>
</nav>
<!-- main -->
<main class="flex flex-col items-start justify-center w-full h-full overflow-x-hidden" style="transform: translateY(20px) translateZ(0);">
<div class="flex flex-col items-start justify-center w-full h-full overflow-x-hidden" style="transform: translateY(20px) translateZ(0);">
<div class="flex flex-col items-center justify-center my-24 xl:px-32 2xl:px-52 w-full h-full">
<span class="mb-4 font-proxima font-bold text-5xl text-gray-300" style="transform: translateY(20px) translateZ(0);">PAGE COMING SOON</span>
</div>
</div>
</main>
<!-- js -->
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.1/dist/aos.js" type="text/javascript"></script>
<script type="text/javascript">AOS.init()</script>
</body>
</html>