-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (85 loc) · 5.5 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
<!DOCTYPE html>
<html>
<head>
<title>Tyler Harkness - Portfolio</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta http-equiv="refresh" content="0;url=https://tylertank.com" />
<title></title>
</head>
<body>
<header>
<nav class="navbar fixed-top navbar-expand-sm navbar-toggleable-sm navbar-light bg-dark border-bottom box-shadow mb-3">
<div class="container-fluid">
<a class="nav-link text-light" href="./index.html">
<h1 class="text-light">Tyler Harkness</h1>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse d-sm-inline-flex justify-content-between ml-auto">
<ul class="navbar-nav flex-grow-1">
<li class="nav-item">
<a class="nav-link text-light" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="./TAproject.html">TA Application</a>
</li>
</ul>
<a class="navbar-brand text-light" href="./index.html">Tyler Harkness</a>
</div>
</div>
</nav>
</header>
<main>
<h2>About Me</h2>
<div class="container" style="float:left">
<div class="row">
<div class="col-md-6">
<img class="img-fluid w-100" src="./Images/Tyler-Harkness.jpg" alt="Tyler Harkness">
</div>
<div class="col-md-6">
<h2>check out my new portfolio website! </h2>
<a href="https://tylertank.com" target="_blank">here</a>
<p style=" font-size: 25px; font-weight: bold; ">
Hi, I'm a senior computer science student with a passion for cyber security and software development. Over the past three years, I've gained extensive experience in managing cyber security for Utah Cancer Specialists, where I was able to apply my technical skills to help the organization recover from a ransomware attack. During my time in charge of cyber security, we have had 0 breaches at Utah Cancer, which I am particularly proud of.
<br />
<br />
As part of my senior capstone project, I'm currently working on a software vulnerability scanner that will enable small businesses to patch CVE's and protect themselves against potential security breaches. Aside from my work in cyber security, I also have experience working in the finance and healthcare fields. My expertise in software development and cyber security principles have allowed me to develop a unique skill set that combines technical knowledge with a deep understanding of cyber security principles.
<br />
<br />
I'm excited to explore different roles and industries, whether it's in cyber security or software development, and contribute my skills and dedication to help make a difference.
</p>
</div>
</div>
</div>
<div class="container" style="float:left">
<div class="row">
<div class="col-md-6">
<ul>
<li>
<h2>My Work</h2>
<a class="nav-link text-light" style="max-width: 25%;" href="./TAproject.html">
<img src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/utahutes.com/images/responsive_2021/newUU.png" alt="Project 1">
<h3 class="nav-link text-dark">TA Application</h3>
</a>
</li>
</ul>
</div>
<div class="col-md-6">
<p style=" font-size: 25px; font-weight: bold; ">The TA Application project was a full stack semester long project that myself and one other student worked on. Together we built from the ground up a bootstrap website on the ASP.NET core 6.0 architecture. Utilizing Microsofts authorization and authentication services. You can learn more about the project here.</p>
</div>
</div>
</div>
</main>
<footer class="border-top footer text-muted bg-dark">
<div class="container text-light">
<p>Copyright © 2023 Tyler Harkness.
</div>
</footer>
<!-- Bootstrap JavaScript -->
<script type="text/javascript" src="script.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
</body>
</html>