-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
158 lines (138 loc) · 6.42 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
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
<!DOCTYPE html>
<html>
<head>
<title>Luke Gallant</title>
<!--Vue.js -->
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<!-- Bootstrap -->
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
</head>
<body>
<div id="app">
<div class="container-fluid" style="background-color:#00b3b3;">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Luke Gallant</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#" style="color:#FF7F00">Home<span class="sr-only">(current)</span></a></li>
<li><a href="resume.html" style="color:#FF7F00">Resume</a></li>
<li><a href="projects.html" style="color:#FF7F00">Projects</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="contact.html" style="color:#FF7F00">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
<body>
<div class="row">
<div class="jumbotron" style="border: 5px solid #ff7400; margin-left:10px;margin-right:10px; background-color:white;">
<div class="text-center">
<img src="headshot12.jpg" class="img-responsive img-circle" />
<h3>Developer Portfolio for Luke Gallant</h3>
<br>
<p>If you are looking for a young, energetic Javascript developer with a felxible toolkit, look no further. Check out my projects and resume here!</p>
<a href="#" class="btn btn-primary text-center">Resume Link</a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 panel panel-default" style="border: 2px solid #0595B7">
<div class="panel-body">
<h1 class="text-center" style="color:#FF7F00"><strong>Vue.js</strong></h1>
<p>Vue.js is a young view-layer technology that makes it easy to create beautiful and interactive websites. Click below to see some sample projects that I have completed using Vue.js
</p>
<div class="text-center">
<a href="#" class="btn btn-primary text-center">View Projects</a>
</div>
</div>
</div>
<div class="col-lg-4 panel panel-default"style="border: 2px solid #0595B7">
<div class="panel-body">
<h1 class="text-center" style="color:#FF7F00"><strong>React.js</strong></h1>
<p>React is one of the most used technologies in JS front-ends right now. In combination with React-Native,
it services almost all relevant platforms for creating intuitive user apps and useful business tools</p>
<div class="text-center">
<a href="#" class="btn btn-primary text-center">View Projects</a>
</div>
</div>
</div>
<div class="col-lg-4 panel panel-default"style="border: 2px solid #0595B7">
<div class="panel-body">
<h1 class="text-center" style="color:#FF7F00"><strong>Unity</strong></h1>
<p> As a hobbyist game developer, Unity is my engine of choice for putting my creativity to work. Click here to see
descriptions of some of my Unity projects and postmortems based on how they were created.</p>
<div class="text-center">
<a href="#" class="btn btn-primary text-center">View Projects</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 panel panel-default" style="border: 2px solid #0595B7">
<div class="panel-body">
<h1 class="text-center" style="color:#FF7F00"><strong>Meteor.js</strong></h1>
<p>Meteor.js is a platform that makes it easy to prototype and launch web apps.
</p>
<div class="text-center">
<a href="#" class="btn btn-primary text-center">View Projects</a>
</div>
</div>
</div>
<div class="col-lg-4 panel panel-default"style="border: 2px solid #0595B7">
<div class="panel-body">
<h1 class="text-center" style="color:#FF7F00"><strong>Blender</strong></h1>
<p>React is one of the most used technologies in JS front-ends right now. In combination with React-Native,
it services almost all relevant platforms for creating intuitive user apps and useful business tools</p>
<div class="text-center">
<a href="#" class="btn btn-primary text-center">View Projects</a>
</div>
</div>
</div>
<div class="col-lg-4 panel panel-default"style="border: 2px solid #0595B7">
<div class="panel-body">
<h1 class="text-center" style="color:#FF7F00"><strong>Unreal Engine</strong></h1>
<p> As a hobbyist game developer, Unity is my engine of choice for putting my creativity to work. Click here to see
descriptions of some of my Unity projects and postmortems based on how they were created.</p>
<div class="text-center">
<a href="#" class="btn btn-primary text-center">View Projects</a>
</div>
</div>
</div>
</div>
</body>
<footer style="background-color:#ff7400;min-height:200px;margin-left:-10px;margin-right:-10px;border: 3px solid white;">
<div class="text-center">This is a footer</div>
</footer>
</div><!-- /.container-fluid -->
</div>
<script>
new Vue({
el: '#app',
data: {
},
methods: {
humanizeURL: function (url) {
return url
.replace(/^https?:\/\//, '')
.replace(/\/$/, '')
}
}
})
</script>
</body>
</html>