-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-artworkjpm.html
43 lines (40 loc) · 2.28 KB
/
about-artworkjpm.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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Death App</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="files/js/bootstrap.min.js"></script>
<script src="files/js/angular.min.js"></script>
<script src="files/js/bespoke.js"></script>
<link rel="stylesheet" href="files/fonts/css/font-awesome.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="files/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="files/fonts/flaticon.css" rel="stylesheet">
<link href="files/css/bespoke.css" rel="stylesheet">
</head>
<body ng-app="deathApp" ng-controller="data">
<div class="top-nav-bar">
<div ng-include="'nav.html'"></div>
</div>
<!--IT STARTS HERE-->
<div class="container">
<div class="top-title">
<div class="row col-md-12 spacer">
<p>I made this app to help achieve my dreams to work as a Front End Developer. Initially this was started in 2016 as a project to learn <strong>Angular</strong>, as the project developed it became clear that <strong>JavaScript</strong> skills would be needed, luckily I have developed my JS skills and I'm able to find out solutions.</p>
<p>What's next? I'm going to build apps using <strong>React.js</strong>, I'm thinking fun game apps for my baby daughter.
</p>
</div>
<div class="row col-md-12"><br><a role="button" class="btn btn-primary" href="https://www.linkedin.com/in/artworkjpm/" target="_blank">My LinkedIn Profile</a><br><br></div>
<div class="row col-md-12"><a role="button" class="btn btn-primary" href="https://journeyofjpm.blogspot.com/p/work-examples.html" target="_blank">My portfolio</a><br><br></div>
<div class="row col-md-12"> <a role="button" class="btn btn-primary" href="https://github.com/artworkjpm/deathapp" target="_blank">Git hub repo for this app</a></div>
</div>
</div>
</body>
</html>