-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorder.html
More file actions
57 lines (44 loc) · 2.17 KB
/
order.html
File metadata and controls
57 lines (44 loc) · 2.17 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Schmidt Scoreboard product page">
<meta name="author" content="Mark Schmidt">
<!-- <link rel="icon" href="../../../../favicon.ico"> -->
<title>Order</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Custom styles for this template -->
<link href="product.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="jquery.serialize-object.min.js"></script>
</head>
<body class="bg-light">
<div id="nav-placeholder"></div>
<script>
$(function () {
$("#nav-placeholder").load("nav.html");
});
</script>
<div style="max-width: 950px; margin: auto">
<div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center">
<div class="col-md-5 p-lg-5 mx-auto my-5">
<h1 class="display-6 font-weight-normal">Order</h1>
</div>
</div>
<div class="px-5" id="Paragraphs">
<p class="display-10 font-weight-normal mb-5">Schmidt Scoreboard is available now for $250. If you're interested, email me at <a href = "mailto: mark.schmidt@hey.com">mark.schmidt@hey.com</a>! Scoreboards make great gifts, but note that part acquisition and assembly takes several weeks. If you can't wait, or want to do it yourself, I have a guide <a href="diy.html" >here</a> on setting up your own Scoreboard.
</p>
</div>
</div>
</body>
</html>