-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
192 lines (179 loc) · 9.87 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<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">
<link rel="stylesheet" href="style/site.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.css"
integrity="sha256-a2tobsqlbgLsWs7ZVUGgP5IvWZsx8bTNQpzsqCSm5mk=" crossorigin="anonymous" />
<link rel="icon" href="images/portfolio_logo_icon.ico" type="image/icon type">
<title>Daniel Robinson | Full Stack Developer & Architect</title>
</head>
<body>
<div class="toast mr-2 mt-3 sticky-top" data-delay="3000">
<div class="toast-header">
<strong class="mr-auto" id="notification-title"></strong>
<small>just now</small>
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="toast-body" id="notification-message">
</div>
</div>
<div>
<nav class="navbar sticky-top navbar-light bg-white">
<div class="container">
<a class="navbar-brand" href="#">
<img src="images/portfolio_logo.png" alt="Daniel Robinson | Full Stack Developer & Architect">
</a>
<button type="button" class="btn btn-outline-primary default-hidden faster" data-toggle="modal"
data-target=".contact-modal" id="contact-button-nav">Let's
Talk</button>
</div>
</nav>
<section id="introduction">
<div class="container">
<div class="row">
<div class="jumbotron bg-white text-center">
<h1 class="display-4" id="intro-verb"></h1>
<h1 class="display-3">Full Stack Developer & Architect</h1>
<p class="lead">I have a strong passion for design, whether it be front-end or back-end, my goal
is
to deliver something that is both functional and beautiful.</p>
<button type="button" class="btn btn-outline-primary mt-3" data-toggle="modal"
id="contact-button-intro" data-target=".contact-modal">Let's Talk</button>
</div>
</div>
<div class="jumbotron-fluid bg-white">
<div class="container text-center">
<div id="computer-image"></div>
</div>
</div>
</div>
</section>
<section id="skills">
<div class="blue-bg">
<div class="container top-20 text-center">
<h1 class="text-white">Hey, I'm Daniel!</h1>
<div class="row">
<div class="col-3"></div>
<div class="col-12 col-md-6">
<p class="text-white mt-3">I am a creative and business-savvy developer with experience
across a
broad
range of technologies. I have a proven ability to meet strict deadlines while combining
vision,
ingenuity, and business acumen with well-developed skills in Azure Cloud Services,
Transact
SQL, Xamarin, ASP.NET, Angular, and VueJS. </p>
</div>
<div class="col-3"></div>
</div>
<div class="card-group">
<div class="card col-s6">
<i class="fas fa-code icon-img"></i>
<div class="card-body">
<h5 class="card-title mb-5">Frontend Developer</h5>
<h5 class="card-skill">Languages</h5>
<p>Html, Javascript, Css, Typescript, Angular, <br>VueJS, ChartJS, jQuery, Ajax</p>
<h5 class="card-skill pt-3">Tools</h5>
<p>Visual Studio Code, Figma, Github, Bootstrap, <br>Material Design, Git</p>
</div>
</div>
<div class="card col-s6">
<i class="fas fa-server icon-img"></i>
<div class="card-body">
<h5 class="card-title mb-5">Backend Developer</h5>
<h5 class="card-skill">Languages</h5>
<p>C#, .NET Classic, .NET Core, SQL, Python, <br>Swift, Xamarin, IIS, LDAP</p>
<h5 class="card-skill pt-3">Tools</h5>
<p>Visual Studio, SSMS, Tableau, Devops,<br>Process Automation, Azure, XCode, TFS</p>
</div>
</div>
</div>
<div class="row">
</div>
</div>
</div>
</section>
<section id="contact-popup">
<div class="modal fade contact-modal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel"
aria-hidden="true">
<div class="modal-dialog modal-lg modal-full">
<div class="modal-content">
<div class="container">
<div class="modal-header">
<h5 class="modal-title">Message Me</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
<div class="container">
<form id="contact-form">
<div class="modal-body">
<div class="form-group">
<label for="form-name">Name</label>
<input type="text" class="form-control" id="form-name" name="name">
</div>
<div class="form-group">
<label for="form-email">Email address</label>
<input type="email" class="form-control" id="form-email" name="_replyto">
</div>
<div class="form-group">
<label for="form-message">Message</label>
<textarea class="form-control" id="form-message" rows="6"
name="message"></textarea></textarea>
</div>
</div>
<div class="modal-footer">
<button type="submit" id="form-submit-btn"
class="btn btn-primary btn-lg">Send</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<section id="footer">
<div class="container">
<footer class="pt-4 my-md-5 pt-md-5 border-top text-center">
<div class="row">
<div class="col-md-4 col-12 mt-5">
<a href="https://github.com/danielrobinson95" target="_blank"><i class="fab fa-github big"></i></a>
</div>
<div class="col-md-4 col-12 mt-5">
<a href="https://www.linkedin.com/in/danielrobinson95/" target="_blank"><i class="fab fa-linkedin big"></i></a>
</div>
<div class="col-md-4 col-12 mt-5">
<a href="https://drive.google.com/open?id=1eFeaI3AR4tzar2ZgcQldd0wBFECaWNFB" target="_blank"><i class="fas fa-file big"></i></a></div>
</div>
<div class="row pt-5">
<div class="col-12 text-center">
<p>©<script>document.write(new Date().getFullYear())</script> Made by Daniel</p>
<p>Hosted on Azure</p>
</div>
</div>
</footer>
</div>
</section>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/typeit.min.js"></script>
<script src="scripts/site.js"></script>
<script src="https://kit.fontawesome.com/965483f6ba.js" crossorigin="anonymous"></script>
</body>
</html>