-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (37 loc) · 1.22 KB
/
Copy pathindex.html
File metadata and controls
44 lines (37 loc) · 1.22 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
<!DOCTYPE html>
<html>
<head>
<meta property="og:title" content="Mike Cutro" />
<meta property="og:image" content="https://mikecutro.org/mike.jpg" />
<div id="particles-js"></div>
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="particles.js"></script>
<title>Mike Cutro</title>
<script>
particlesJS.load('particles-js', 'particles.json', function() {
console.log('Success');
});
</script>
</head>
<div class="verticalLine">
<header class="sidebar" style="color:white">
<font face="Arial" text="white"<body>
<img class="img-Mike" src="mike.jpg" >
<p>
Hello! My name is Mike Cutro and this is my personal website.
I'm a finance major and cs minor at the University of South Carolina.
</p>
<p>
I enjoy being proactive and learning about new technology.
</p>
<p>
You can find me on
<a href="https://github.com/MichaelCutro">Github</a>,
<a href="https://www.linkedin.com/in/michaelcutro/">Linkedin</a>,
<a href="https://twitter.com/MichaelCutro">Twitter</a>, and
<a href="https://medium.com/@mikercutro">Medium.</a>
</p>
</header>
</div>
</html>