-
Notifications
You must be signed in to change notification settings - Fork 9
/
resume.html
113 lines (113 loc) · 7 KB
/
resume.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
<!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.0"><meta name=description content=""><meta name=author content=""><link rel="shortcut icon" href=/ico/favicon.png><title>Timothy Reynolds Portfolio</title><!-- Bootstrap core CSS --><link rel=stylesheet href=../../css/nivo-gallery.css type=text/css media=screen><link href=/css/bootstrap.css rel=stylesheet><link href=/css/font-awesome.min.css rel=stylesheet><!-- Custom styles for this template --><link href=/css/main.css rel=stylesheet><script src=/js/Chart.js></script><!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]--></head><body class=resume><!-- Fixed navbar --><div class="navbar navbar-inverse navbar-fixed-top"><div class=container><div class=navbar-header><button type=button class=navbar-toggle data-toggle=collapse data-target=.navbar-collapse><span class=icon-bar></span> <span class=icon-bar></span> <span class=icon-bar></span></button> <a class=navbar-brand href=index.html>H<i class="fa fa-circle"></i>ME</a></div><div class="navbar-collapse collapse"><ul class="nav navbar-nav navbar-right"><li class=active><a href=Timothy_Reynolds_Resume.pdf>RESUME</a></li><li><a href=portfolio.html>PORTFOLIO</a></li><!-- <li ><a href="contact.html">CONTACT ME</a></li> --></ul></div><!--/.nav-collapse --></div></div><div id=section-blue><div class=container><h4>Resume</h4><p>Access and print my resume through the link below.</p><a href=Timothy_Reynolds_Resume.pdf>Resume</a></div><!-- container --></div><!-- bluewrap --><!--SKILLS DESCRIPTION --><div id=section-white><div class=container><h4>Skills</h4><p>(100% = 2 years of experience)</p><!-- For Loop of skils in skills.yml --><div class=skills><canvas id=C++ height=100 width=100></canvas><p>C++</p><br><script>var doughnutData = [
{
value: 100,
color:"#2c3e50"
},
{
value : 100 - 100,
color : "#ecf0f1"
} ];
var myDoughnut = new Chart(document.getElementById("C++").getContext("2d")).Doughnut(doughnutData);</script></div><div class=skills><canvas id=C# height=100 width=100></canvas><p>C#</p><br><script>var doughnutData = [
{
value: 75,
color:"#2c3e50"
},
{
value : 100 - 75,
color : "#ecf0f1"
} ];
var myDoughnut = new Chart(document.getElementById("C#").getContext("2d")).Doughnut(doughnutData);</script></div><div class=skills><canvas id=D height=100 width=100></canvas><p>D</p><br><script>var doughnutData = [
{
value: 50,
color:"#2c3e50"
},
{
value : 100 - 50,
color : "#ecf0f1"
} ];
var myDoughnut = new Chart(document.getElementById("D").getContext("2d")).Doughnut(doughnutData);</script></div><div class=skills><canvas id=Java height=100 width=100></canvas><p>Java</p><br><script>var doughnutData = [
{
value: 25,
color:"#2c3e50"
},
{
value : 100 - 25,
color : "#ecf0f1"
} ];
var myDoughnut = new Chart(document.getElementById("Java").getContext("2d")).Doughnut(doughnutData);</script></div><div class=skills><canvas id=Lua height=100 width=100></canvas><p>Lua</p><br><script>var doughnutData = [
{
value: 25,
color:"#2c3e50"
},
{
value : 100 - 25,
color : "#ecf0f1"
} ];
var myDoughnut = new Chart(document.getElementById("Lua").getContext("2d")).Doughnut(doughnutData);</script></div><div class=skills><canvas id=DirectX height=100 width=100></canvas><p>DirectX</p><br><script>var doughnutData = [
{
value: 100,
color:"#2c3e50"
},
{
value : 100 - 100,
color : "#ecf0f1"
} ];
var myDoughnut = new Chart(document.getElementById("DirectX").getContext("2d")).Doughnut(doughnutData);</script></div><div class=skills><canvas id=OpenGL height=100 width=100></canvas><p>OpenGL</p><br><script>var doughnutData = [
{
value: 50,
color:"#2c3e50"
},
{
value : 100 - 50,
color : "#ecf0f1"
} ];
var myDoughnut = new Chart(document.getElementById("OpenGL").getContext("2d")).Doughnut(doughnutData);</script></div><div class=skills><canvas id=Unity height=100 width=100></canvas><p>Unity</p><br><script>var doughnutData = [
{
value: 50,
color:"#2c3e50"
},
{
value : 100 - 50,
color : "#ecf0f1"
} ];
var myDoughnut = new Chart(document.getElementById("Unity").getContext("2d")).Doughnut(doughnutData);</script></div><div class=skills><canvas id="Unreal Engine" height=100 width=100></canvas><p>Unreal Engine</p><br><script>var doughnutData = [
{
value: 50,
color:"#2c3e50"
},
{
value : 100 - 50,
color : "#ecf0f1"
} ];
var myDoughnut = new Chart(document.getElementById("Unreal Engine").getContext("2d")).Doughnut(doughnutData);</script></div><div class=skills><canvas id=XNA height=100 width=100></canvas><p>XNA</p><br><script>var doughnutData = [
{
value: 50,
color:"#2c3e50"
},
{
value : 100 - 50,
color : "#ecf0f1"
} ];
var myDoughnut = new Chart(document.getElementById("XNA").getContext("2d")).Doughnut(doughnutData);</script></div><div class=skills><canvas id="Maya 3-D" height=100 width=100></canvas><p>Maya 3-D</p><br><script>var doughnutData = [
{
value: 75,
color:"#2c3e50"
},
{
value : 100 - 75,
color : "#ecf0f1"
} ];
var myDoughnut = new Chart(document.getElementById("Maya 3-D").getContext("2d")).Doughnut(doughnutData);</script></div><div class=skills><canvas id="Rhinoceros 3-D" height=100 width=100></canvas><p>Rhinoceros 3-D</p><br><script>var doughnutData = [
{
value: 75,
color:"#2c3e50"
},
{
value : 100 - 75,
color : "#ecf0f1"
} ];
var myDoughnut = new Chart(document.getElementById("Rhinoceros 3-D").getContext("2d")).Doughnut(doughnutData);</script></div></div><!--/.container --></div><!--/ #skillswrap --><!-- FOOTER --><div id=f><div class=container><div class="row centered"><a href=https://www.facebook.com/timothy.reynolds.543><i class="fa fa-facebook"></i></a><a href=http://www.linkedin.com/pub/timothy-reynolds/52/19a/631><i class="fa fa-linkedin"></i></a><a href=https://github.com/tmr9209><i class="fa fa-github"></i></a></div><!-- row --></div><!-- container --></div><!-- Footer --><!-- Bootstrap core JavaScript
================================================== --><!-- Placed at the end of the document so the pages load faster --><script src=https://code.jquery.com/jquery-1.10.2.min.js></script><script src=/js/bootstrap.min.js></script></body></html>