-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (59 loc) · 2.65 KB
/
Copy pathindex.html
File metadata and controls
65 lines (59 loc) · 2.65 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html translate="no">
<meta name="viewport" content="width=device-width, initial-scale=1, height=device-height">
<meta name="description" content="Canadian Software Engineer" />
<meta charset="UTF-8">
<head>
<meta property="og:title" content="Patrick Copp">
<meta property="og:image" content="https://patrickcopp.com/assets/title_pic.webp">
<meta property="og:description" content="Software Engineer">
<meta property="og:url" content="https://patrickcopp.com/">
<title>Patrick Copp</title>
<link rel="icon" type="image/gif/png" href="assets/title_pic.webp">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<div id="vantaNet"></div>
<body class="row">
<div class="left">
<img src="assets/title_pic.webp" alt="Me" class="center-pic" />
<h1 class="name" style="font-family: roboto">patrick copp<span class="blinking-cursor">|</span></h1>
<div id="badges">
<img src="https://img.shields.io/badge/Python-333?style=for-the-badge&logo=django"></img>
<img src="https://img.shields.io/badge/mongodb-333?style=for-the-badge&logo=mongodb"></img>
<img src="https://img.shields.io/badge/Java-333?style=for-the-badge&logo=springboot"></img>
<img src="https://img.shields.io/badge/C%E2%80%89%23-333?style=for-the-badge&logo=csharp"></img>
<img src="https://img.shields.io/badge/SQL-333?style=for-the-badge&logo=mysql"></img>
</div>
<div id="logos">
<a style="outline : none;" target="_blank" rel="noopener" href="https://www.github.com/patrickcopp">
<img src="assets/github-image.webp" alt="GitHub" class="fblogo">
</a>
<a target="_blank" rel="noopener" href="https://www.linkedin.com/in/patrickcopp/">
<img src="assets/linkedin.webp" alt="LinkedIn" class="fblogo">
</a>
<a target="_blank" rel="noopener" href="assets/PatrickCoppResume.pdf">
<img src="assets/resume.webp" alt="CV" class="fblogo">
</a>
</div>
</div>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r121/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
<script>
VANTA.NET({
forceAnimate: true,
el: "#vantaNet",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x53689d,
backgroundColor: 0x1f2236,
points: 10.00,
spacing: 18.00
})
</script>
<script src="index.js"></script>
</html>