-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (79 loc) · 2.44 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title >Bo J. Anderson - Professional Page</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body style="background-color:#9bddff;">
<h1 id="Headline">Bo J. Anderson</h1>
<h3 title="Who I am:" style="font-size:15px;text-align: center;"> A Business Intelligence Professional</h3>
<p>If you haven't realized yet, this site is a work in progress as I go through a <a href="https://www.w3schools.com/html/">HTML tutorial</a></p>
<p>I am Business Intelligence Professional with a lot of experience with SQL, however I'd like to know more about web programming so I am doing a HTML tutorial and using a professional site for myself as a use case.</p>
<pre style="color:red;font-family:fantasy;font-size: 12px;">
Roses are red
Violets are <span class="testclass">blue</span>
The Chiefs are Undefeated
</pre>
<img src="images/headshot.jpg" alt="A headshot of Bo during his wedding" width="528" height="432">
<br>
<button>This does nothing</button>
<br>
<table>
<tr>
<th>Company</th>
<th>Contact</th>
<th>Country</th>
</tr>
<tr>
<td>Alfreds Futterkiste</td>
<td>Maria Anders</td>
<td>Germany</td>
</tr>
<tr>
<td>Centro comercial Moctezuma</td>
<td>Francisco Chang</td>
<td>Mexico</td>
</tr>
<tr>
<td>Ernst Handel</td>
<td>Roland Mendel</td>
<td>Austria</td>
</tr>
<tr>
<td>Island Trading</td>
<td>Helen Bennett</td>
<td>UK</td>
</tr>
<tr>
<td>Laughing Bacchus Winecellars</td>
<td>Yoshi Tannamuri</td>
<td>Canada</td>
</tr>
<tr>
<td>Chester</td>
<td>Giovanni Rovelli</td>
<td>Italy</td>
</tr>
</table>
<br>
<h4 style="background-color:navy;font-family:cursive;text-align: center;color:white;">
Links
</h4>
<ul>
<li>GitHub Repositories</li>
<ul>
<li><a href="https://github.com/bojanderson/bojanderson.github.io">This site</a></li>
<li><a href="https://github.com/bojanderson/Iowa-COVID-Analysis">Iowa COVID Analysis</a></li>
<li><a href="https://github.com/bojanderson/r-DailyProgrammer">r/DailyProgrammer</a></li>
</ul>
<li><a href="https://stackoverflow.com/story/bojanderson">Stack Overflow Profile</a></li>
</ul>
<br>
<br>
<script src="https://www.linkedin.com/in/bojanderson/" type="text/javascript">lang: en_US</script>
<script type="IN/Share" data-url="https://www.linkedin.com/in/bojanderson/"></script>
<br>
<p>Last Updated: 2020-10-02</p>
</body>
</html>