-
Notifications
You must be signed in to change notification settings - Fork 0
/
tait-loughridge.html
84 lines (79 loc) · 5.06 KB
/
tait-loughridge.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
<!DOCTYPE html>
<html>
<head>
<title>Global Snake</title>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap" rel="stylesheet">
<!-- <link rel="stylesheet" type="text/css" media="screen" href="https://cdn.jsdelivr.net/npm/bulma@0.9.0/css/bulma.css"/> -->
<link rel="stylesheet" href="css/bio.css">
<link rel="shortcut icon"tra href="favicon.ico"/>
</head>
<!-- Header Menu -->
<body class="text-center" data-gr-c-s-loaded="true">
<div class="d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead">
<div class="inner">
<a href="index.html"><h3 class="masthead-brand">Global <span class="snakeColor">Snake</span></h3></a>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="index.html">Home</a>
<a class="nav-link" data-toggle="modal" data-target="#staticBackdrop">Features</a>
<a class="nav-link " href="about_us.html">About Us</a>
</nav>
</div>
</header>
<!-- Bio Info -->
<main role="main" class="inner cover">
<img class="profile" src="images/Headshots/pic-of-tait.jpg" alt="image of tait loughridge posing with a ceramic bust of his creation">
<h1>Tait Loughridge</h1>
<div class='bio_container'>
<p class="bio">
I have an art degree from the University of Houston. My plan was to be an art teacher but that turned into a job with oil and gas. I still pursue my love of art today, just more as a hobby.
</p>
<p class="bio">
I have worked in oil and gas for over two years, but after getting laid off due to COVID I decided to make the switch to be a Software Engineer.
</p>
<p class="bio">
I am now using my background in art for UI and UX design.
</p>
</div>
</main>
<!-- Modal -->
<div class="modal fade" id="staticBackdrop" data-backdrop="static" data-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title snakeColor" id="staticBackdropLabel">Features</h5>
<button type="button" class="close snakeColor" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<ol>
<li class="p-2"><span class="snakeColor"><strong>Snake Intel:</strong></span> info on country</li>
<li class="p-2"><span class="snakeColor"><strong>Snake Vision:</strong></span> maps and pictures</li>
<li class="p-2"><span class="snakeColor"><strong>Snake Sense:</strong></span> weather in the capital</li>
<li class="p-2"><span class="snakeColor"><strong>Random Snake:</strong></span> randomly search on countries</li>
</ol>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary snakeButton" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="mastfoot mt-auto">
<div class="inner">
<p>Created with <a href="https://getbootstrap.com/">Bootstrap</a>, by <a href="about_us.html">Team H-Town</a></p>
</div>
</footer>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="js/get.js"></script>
<script src="js/index.js"></script>
</html>