-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="flex-container">
<div class="container">
<h1>Alexander John</h1>
<p class="code">
<span class="color-purple">int</span>
<span class="color-blue">main</span> () {
<br><span>// insert code here...</span>
<br><span>std::cout << "<span class="animate">Hello, World!\n</span>";</span>
<br><span>return <span>0</span>;</span> <br>
}
</p>
<ul>
<a class="red-hover" href="https://github.com/alexander-john" title="github"><li>github</li></a>
<a class="red-hover" href="https://www.codewars.com/users/alexander-john" title="codewars"><li>codewars</li></a>
<a class="red-hover" href="https://www.hackerrank.com/alexanderjohn" title="hackerrank"><li>hackerrank</li></a>
<a class="red-hover" href="https://www.instagram.com/alexjohnengineering/?hl=en" title="instagram"><li>instagram</li></a>
<a class="red-hover" href="https://leetcode.com/alexander-john/" title="leetcode"><li>leetcode</li></a>
<a class="red-hover" href="https://dmoj.ca/user/alexander_john" title="DMOJ"><li>DMOJ</li></a>
</ul>
</div>
</div>
</body>
</html>