-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
111 lines (108 loc) · 6.68 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> <link rel="icon" href="/favicon.png" sizes="32x32">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/iphone-icon.png">
<link rel="manifest" href="/manifest.json">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> <link href="styles.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-KsvD1yqQ1/1+IA7gi3P0tyJcT3vR+NdBTt13hSJ2lnve8agRGXTTyNaBYmCR/Nwi" crossorigin="anonymous"></script>
<link href="styles.css" rel="stylesheet">
<title>Finding Focus</title>
</head>
<body>
<main class="transparentBG fade-to-black">
<header class="header-color">
<video class="img-fluid mx-auto" autobuffer="true" playsinline autoplay loop muted style="display:block;">
<source src="video/Banner-HEVC.mov" type="video/mp4; codecs=hvc1">
<source src="video/Banner-VP9.webm" type="video/webm">
Your browser does not support the video tag.
</video>
</header>
<div class="horizontal-line d-md-none"></div>
<nav class="navbar navbar-expand-lg navbar-dark bg-gradient responsive-padding" style="background-color: #325A80;">
<a class="navbar-brand brand-margin hide-on-desktop" style="color: #FFFFFF" href="index.html">Paul Thompson | Software Engineer</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav responsive-padding">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
<a class="nav-link" href="interactive-art.html">Interactive Art</a>
<a class="nav-link" href="programming.html">Programming</a>
<a class="nav-link" href="coding-streams.html">Coding Streams</a>
<a class="nav-link" href="contact.html">Contact Me</a>
</div>
</div>
</nav>
<div class ="content">
<div class="responsive-margin">
<h3><b>About Me</b></h3>
<div class="image-button-container">
<a href="https://www.linkedin.com/in/findingfocusdev/" target="_blank" rel="noopener noreferrer" title="Paul's Linked-In Profile">
<!-- Image for mobile -->
<img src="/images/headshot-square.webp" alt="Paul Thompson" class="img-fluid border border-2 rounded-4 border-dark hover-border-highlight d-md-none" style="max-width: 7em">
<!-- Image for desktop -->
<img src="/images/headshot-square.webp" alt="Paul Thompson" class="img-fluid border border-2 rounded-4 border-dark hover-border-highlight d-none d-md-block" style="max-width: 10em">
</a>
<a href="https://drive.google.com/file/d/1UN4Cuqkf7Sx3DmAXCgM75jfzqoZLJgJC/view?usp=sharing" target="_blank" rel="noopener noreferrer">
<button type="button" class="btn btn-primary" style="margin-top: 0.5rem">View Resume</button>
</a>
<a href="https://github.com/findingfocus" target="_blank" rel="noopener noreferrer">
<button type="button" class="btn btn-success" style="margin-top: 0.5rem">Github Portfolio</button>
</a>
</div>
<p>
My name is Paul Thompson, I am an interdisciplinary artist interested in developing software solutions and interactive art. I own a small video production company in Albuquerque, New Mexico, but my recent studies have led to a deepening skillset that now includes programming and computer science.
</p>
<p>
I am analytical, professional, and highly motivated to learn and integrate with a team focused on a digital engineering ecosystem.
</p>
<p>
C is my favorite programming language, but I use Lua most often when prototyping ideas. I built this website with HTML, CSS, and Javascript.
</p>
<br>
<h3><b>Education and Certifications</b></h3>
<i>Bachelor of Fine Arts (BFA) in Film & Digital Arts</i>
<br>
<br>
<i>Deep Dive Coding Bootcamp: Fullstack Web Development</i>
<br>
<div class="mx-auto text-center" style="margin-top:20px; max-width: 40rem">
<a href="https://certifications.cnm.edu/certificate/d9358ee5c01351c4a8c1ec16d0eb7288" target="_blank">
<img src="images/DeepDiveCertificate.webp" class="img-fluid" alt="Deep Dive Full Stack Blockchain Certificate">
</a>
</div>
<br>
<br>
<i>Harvard's CS50x: CS50's Introduction to Computer Science</i>
<br>
<div class=" mx-auto text-center" style="margin-top:20px; max-width:40rem">
<a href="https://courses.edx.org/certificates/eb843c36ff1d4bd5bfde1bbfdb9925b3" target="_blank">
<img src="images/CS50xCertificate.png" class="img-fluid" alt="edX verified certificate CS50x">
</a>
</div>
<!---Contact Section-->
<div class="text-center">
<br>
<!-- <h3 id="contact">Contact Me</h3>-->
<div>
<p>Email: <a class="link" href="mailto:paul@findingfocus.dev">paul@findingfocus.dev</a></p>
<br>
<!-- <p>Connect on <a class="link" href="https://www.linkedin.com/in/findingfocusdev/" target="_blank" rel="noreferrer"><b>Linked-in</b></a> to stay in touch</p>-->
<!-- <br>-->
<!-- <p>Follow my development streams on <a class="link" href="https://twitch.tv/findingfocusdev" target="_blank" rel="noreferrer"><b>Twitch</b></a></p>-->
<!-- <br>-->
<!-- <p>Watch my devlogs on <a class="link" href="https://youtube.com/findingfocus" target="_blank" rel="noreferrer"><b>Youtube</b></a></p>-->
<!-- <br>-->
<!-- <p>Thank you for your time!</p>-->
<!-- <br>-->
</div>
</div>
</div>
</div>
</main>
</body>
</html>