-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (98 loc) · 5.81 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
100
101
102
103
104
105
106
107
108
109
110
<!-- Portfolio -->
<!-- Brian Christensen -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>B. Christensen Portfolio</title>
<!-- Bootstrap -->
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<!-- Local CSS to overwrite -->
<link rel="stylesheet" type="text/css" href="screen.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Source Code Pro">
</head>
<body>
<!-- Begin page content -->
<main role="main" class="container">
<div class="jumbotron">
<h1 id="name" class="display-4"><strong>BRIAN CHRISTENSEN</strong></h1>
<p id="tagLine" class="lead">A collection of work from and inspired by Oregon State University's EECS in Applied Computer Science Degree</p>
<hr class="my-4">
<div class="container">
<div class="row">
<div class="col-sm">
<p id="viewAll"><strong>View all repos here:</strong></p>
<p class="lead">
<a class="btn btn-primary btn-lg" target="_blank" rel="noopener noreferrer" href="https://github.com/bmchristensen" role="button">GitHub Dashboard</a>
</p>
</div>
<div class="col-sm">
<p id="about"><strong>About Me:</strong>
<p>
I study Applied Computer Science at Oregon State University's Cascades campus. Focus on the process of analyzing problems leads to creative, clean solutions. I have a BA in English, notable management experience and strong communication and team management skills.
<p>
Technical Skills:
<p>Process & Data Modeling, Full-Stack Web, Systems Programming, Project & Account Management, Embedded Systems, JavaScript, Java, Ruby, Python, C and C++, Python, TDD, Databases, Git, OpenFrameworks, Docker, Novunex</p>
</p>
</p>
</p>
</div>
</div>
</div>
</div>
<div class="container vignettes">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4 border">
<img class="rounded mx-auto d-block" src="images/allButAliens.PNG" alt="All But Aliens Screen capture" width="140" height="140">
<h2>All But Aliens (Plus One Alien)</h2>
<p>C language project utilizing OpenFrameworks to explore use of pointers, memory management, stack/heap, and constructors in a fun "Space Invaders" type game. My project also incorporated the use of an Arduino controller/embedded system and custom I/O to create a game controller using a potentiometer and a button. Check out the latest source code in the repo via the link below.</p>
<p><a class="btn btn-secondary" target="_blank" rel="noopener noreferrer" href="https://github.com/bmchristensen/all-but-aliens" role="button">All But Aliens! Repo »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4 border">
<div>
<img class="rounded mx-auto float-right" src="images/webJeopardy.PNG" alt="Web Jeapardy Screen Capture" width="140" height="140">
<img class="rounded mx-auto float-left" src="images/webJeopardy2.PNG" alt="Web Jeapardy Screen Capture" width="140" height="140">
</div>
<h2>Web Jeopardy</h2>
<p>Web app utilizing MongoDB, Mongoose, NodeJS, jQuery, and Angular (with a little Bootstrap) to create a customizable game similar to Jeopardy. With admin login the questions database can be customized/edited. The modal utilizes transition effects.</p>
<p><a class="btn btn-secondary" target="_blank" rel="noopener noreferrer" href="https://github.com/bmchristensen/CS290-Web-Jeopardy" role="button">Web Jeopardy Repo »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4 border">
<img class="rounded mx-auto d-block" src="images/drunkards.PNG" alt="Drunkards Walk" width="140" height="140">
<h2>Drunkards Walk</h2>
<p>OOP with C++ to mimic Brownian Motion with primitive Perlin Noise implementation. Introduction to classes and vectors.</p>
<p><a class="btn btn-secondary" target="_blank" rel="noopener noreferrer" href="https://github.com/bmchristensen/drunkards-walk" role="button">Drunkards Walk Repo »</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<!-- FOOTER -->
<footer class="container">
<p class="float-right"><a href="#">Back to top</a></p>
<p>© Created by · <a href="https://github.com/bmchristensen" target="_blank">Brian Christensen</a></p>
</footer>
</main>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous">
</script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous">
</script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous">
</script>
<script src="portfolio.js"></script>
</body>
</html>