-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.bak
27 lines (23 loc) · 1023 Bytes
/
index.bak
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/style.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/a0a1699ca0.js" crossorigin="anonymous"></script>
<title>codingyogurt|Portfolio</title>
</head>
<body>
<div class="container">
<h1>
<span class="highlight">C</span>oding
<span class="highlight"> Y</span>ogurt Portfolio
</h1>
<h5>Soon Here</h5>
<div class="connect">
<a href="https://twitter.com/ryanellmaniego" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/ryanellmaniego/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/codingyogurt" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
</body>
</html>