-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnections.html
187 lines (183 loc) · 8.14 KB
/
connections.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Connections | Ritterhaus</title>
<link rel="icon" type="image/x-icon" href="/images/favicon-48x48.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="css/vendor/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<!-- #region header -->
<header class="container-md">
<!-- #region Page Heading -->
<div class="row align-items-end justify-content-end">
<div class="col-auto px-1">
<div class="row">
<div class="col-auto mt-1">
<img src="images/knight-sm.png" alt="Knight chesspiece" id="siteLogo" />
</div>
<div class="col-auto text-center">
<h1>Rob Ritter</h1>
<p class="deutsch fs-4 pizazz">aus dem Ritterhaus</p>
</div>
</div>
</div>
<dev class="col-md-4 px-2">
<ul class="list-unstyled text-end align-text-bottom">
<li>816.916.8686</li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</dev>
</div>
<!-- #endregion -->
<!-- #region Navbar -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/"
><i class="fa-solid fa-chess-knight" style="color: #e0e0e0"></i>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarColor02"
aria-controls="navbarColor02"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<a class="nav-link" href="/"
>Home
<span class="visually-hidden">/</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resume.html">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="connections.html">Connections</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- #endregion -->
</header>
<!-- #endregion -->
<!-- #region Main -->
<main class="container-md">
<div class="col-auto">
<div class="p-2 border-1">
<p class="text-primary fs-5 text-center">
<i>“Happiness is found in people, not things.”</i>
</p>
</div>
</div>
<h2 class="smallBanner">My Classmates’ Websites</h2>
<div class="accordion colleagues">
<ul>
<li>
<div>
<a href="http://andcroft.com/" target="_blank">
<h2>Andrew</h2>
<p>Cocroft</p>
</a>
</div>
</li>
<li>
<div>
<a href="http://www.codyslivinski.com/" target="_blank">
<h2>Cody</h2>
<p>Slivinski</p>
</a>
</div>
</li>
<li>
<div>
<a href="http://www.werntzdomain.com/">
<h2>Darron</h2>
<p>Werntz</p>
</a>
</div>
</li>
<li>
<div>
<a href="http://devschmidt.com/" target="_blank">
<h2>Devon</h2>
<p>Schmidt</p>
</a>
</div>
</li>
<li>
<div>
<a href="http://jacecockrell.com/" target="_blank">
<h2>Jace</h2>
<p>Cockrell</p>
</a>
</div>
</li>
<li>
<div>
<a href="http://goughkyle.com/" target="_blank">
<h2>Kyle</h2>
<p>Gough</p>
</a>
</div>
</li>
<li>
<div>
<a href="http://www.nicholasdavolt.com/" target="_blank">
<h2>Nicholas</h2>
<p>Davolt</p>
</a>
</div>
</li>
</ul>
</div>
</main>
<!-- #endregion -->
<!-- #region Footer -->
<footer class="container-md">
<div class="bg-dark text-secondary text-center row justify-content-end pt-1">
<div class="col-md-4 justify-content-center">
<p class="pt-2" id="copyright"></p>
</div>
<div class="col-md-4 justify-content-end">
<a href="https://mechatechzilla.wordpress.com" target="_blank" class="btn"><i class="fab fa-2x fa-wordpress-simple"></i></a>
<a href="https://twitter.com/mechatechzilla" target="_blank" class="btn"><i class="fab fa-2x fa-twitter"></i></a>
<a href="https://linkedin.com/in/number6" target="_blank" class="btn"><i class="fab fa-2x fa-linkedin"></i></a>
<a href="https://github.com/ritterob" target="_blank" class="btn"><i class="fab fa-2x fa-github"></i></a>
</div>
</footer>
<!-- #endregion -->
<!-- #region Scripts -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"
></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<script src="js/main.js"></script>
<!-- #endregion -->
</body>
</html>