-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
34 lines (32 loc) · 860 Bytes
/
home.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
<!DOCTYPE html>
<html>
<head>
<link href="style.css" rel="stylesheet" />
<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"
/>
</head>
<body>
<div class="container-fluid job">
<h1 class="name">Brendan Koch</h1>
<p class="center">Red and center-aligned paragraph.</p>
<div class="skills"></div>
<div class="container-fluid">
<h2 class="skillsHeader">Skills:</h2>
<div class="row head">
<div class="col">
<p>Java</p>
</div>
<div class="col">
<p>C</p>
</div>
<div class="col">
<p>Python</p>
</div>
</div>
</div>
</body>
</html>