-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreceipt.html
More file actions
97 lines (94 loc) · 5.31 KB
/
receipt.html
File metadata and controls
97 lines (94 loc) · 5.31 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Jason Mark Beaton</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/morphext.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700|Abril+Fatface' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body>
<div class="container-fluid alpha">
<div class="row">
<div class="col-md-6 col-sm-12 sidebar">
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="#"><img class="logo" src="images/parkerrr-script-avatar.jpg" alt="Logo"></a>
<p class="navbar-brand">Jason Mark Beaton</p>
<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>
<!-- <p class="navbar-brand">Jason Mark Beaton</p> -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="btn-group-vertical pull-right" role="group">
<button class="btn btn-default btn-lg"><a href="http://github.com/jasonmarkbeaton"><i class="fa fa-github"></i> Github</a></button>
<button class="btn btn-default btn-lg"><a href="https://medium.com/@jasonmarkbeaton"><i class="fa fa-medium"></i> Medium</a></button>
<button class="btn btn-default btn-lg"><a href="https://twitter.com/jasonmarkbeaton"><i class="fa fa-twitter"></i> Twitter</a></button>
<button class="btn btn-default btn-lg"><a href="https://dribbble.com/jasonmarkbeaton"><i class="fa fa-dribbble"></i> Dribbble</a></button>
<!-- <li class="animated fadeInLeft"><a href="#">Resume</a></li> -->
<button class="btn btn-default btn-lg"><a href="mailto:hi@jasonmarkbeaton.com"><i class="fa fa-envelope"></i> Contact</a></button>
</div>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<footer>
<p>Made with <span style="color:red;"><i class="fa fa-heart"></i></span> in NH <img class="nh" src="images/nh.png" alt="">
</footer>
<div class="profile">
<img class="img-circle profile"src="images/jason-head.png" alt="">
</div>
<div class="main-content">
<h2 class="tagline">I am a <span id="rotator">Budding Entrepreneuer, Graphic Designer, Developer, Creator of Digital Products, Burrito Lover, Beautiful and Unique Snowflake</span></h2>
<h4 class="sub">and I <span id="rotatorer">frequently stay up late, love funk music, enjoy trail running, love to think through problems, always pay extra for guac, am special</span></h4>
<p class="biography">
I have a passion for creating thoughtful designs, developing intelligent products, and creating great customer experiences through business. I love to think about new technology, and how it can help others attain their goals.</p>
<a href="mailto:hi@jasonmarkbeaton.com"><button type="button" class="btn btn-default">Hire Me</button></a>
</div>
</div>
<div class="col-md-6 col-sm-12 window">
<div class="receiptful-header">
<img class="receiptful-logo" src="images/receiptful-logo.svg" alt="">
</div>
<div class="receipt">
</div>
</div>
</div>
</div><!-- End Container -->
<!-- jQuery first, then Bootstrap JS. -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/morphext.min.js"></script>
<script>
$("#rotator").Morphext({
animation: "fadeIn", // Overrides default "bounceIn"
separator: ",", // Overrides default ","
speed: 4000, // Overrides default 2000
complete: function () {
// Overrides default empty function
}
});
$("#rotatorer").Morphext({
animation: "fadeIn", // Overrides default "bounceIn"
separator: ",", // Overrides default ","
speed: 4000, // Overrides default 2000
complete: function () {
// Overrides default empty function
}
});
</script>
</body>
</html>a