-
Notifications
You must be signed in to change notification settings - Fork 0
/
calcifer.html
47 lines (45 loc) · 2.41 KB
/
calcifer.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
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Software Engineer"/>
<meta property="og:title" content="Andrei Dimaano - Personal Website"/>
<meta property="og:description" content="Software Engineer"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://andreidimaano.com/" />
<meta property="og:locale" content="en-US" />
<meta property="og:site_name" content="Andrei Dimaano – Personal Website" />
<meta property="og:image" content="https://andreidimaano.com/images/bee.jpg" />
<link rel="stylesheet" href="styles/index.css">
<link rel="stylesheet" href="styles/case.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" rel="stylesheet">
<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=DM+Sans:wght@400;700&family=Manrope:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<title>calcifer case study</title>
</head>
<body onload="fillCaseStudy('calcifer')">
<div class="navbar-wrapper">
<nav class="navbar">
<p class="logo" >
<a href="index.html">Andrei</a>
</p>
<a href="work.html">WORK</a>
<a href="about.html">ABOUT</a>
</nav>
</div>
<div class="case-study">
<img class="case-img" src="images/calcifer.gif" />
</div>
<div class="footer grid">
<div class="footer-content">
<a target="_blank" rel="noopener noreferrer" href="https://drive.google.com/file/d/1X37OUyNQIg-CC-bi5KEWyMm6cCkt5Cxo/view?usp=sharing">Resume</a>
<a class="linkedin" href="https://www.linkedin.com/in/andrei-dimaano/">LinkedIn</a>
<a href="https://github.com/andreidimaano">GitHub</a>
</div>
</div>
<script src="scripts/casestudy.js"></script>
</body>
</html>