-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (75 loc) · 3.5 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
<!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="Website for knife maker Lyle Bronckhorst">
<meta name="author" content="Toni Munder">
<title>Bronks Knifeworks</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/simple-sidebar.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a href="index.html">
Bronks Knifeworks
</a>
</li>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="videos.html">Videos</a></li>
<li><a href="friends.html">Friends</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="classes.html">Classes</a></li>
<li class="contact">Contact:
<p>bronks@bronksknifeworks.com</p>
<p>(425) 402-3484</p>
</li>
</ul>
</div>
<!-- /#sidebar-wrapper -->
<!-- Page Content -->
<div id="page-content-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-lg-8">
<h1>Handforged Benchmade Damascus Knives of Distinction</h1>
<h2><i>Home of the Xross Bar Lock</i></h2><br><br>
<p>Welcome to my web site. I began making bench made hunting knives in 1976, using steels such as 154 CM and ATS 34 while living in a small town in Montana; it did not take long to develop a keen interest in carbon steels and Damascus Bowie knives.<br><br>
I am a self taught knife maker and these past 30 some years of custom knife making, I have been learning as much as I could about the best materials and proper heat treating techniques for making custom knives and for the past decade, teaching the craft of making bench made knives.<br><br>
I believe that any one who shells out his hard earned cash for a knife should get his money’s worth. I have invested a lot of time in developing my skills and methods and have had to spend much time researching and experimenting in order to get the optimum performance from the steels that I have chosen. I only offer those steels that I have good knowledge of how to properly heat treat and therefore know what to expect in the field.</p>
<!-- <a href="#menu-toggle" class="btn btn-default" id="menu-toggle">Full Screen</a> -->
</div>
</div>
</div>
</div>
<!-- /#page-content-wrapper -->
</div>
<!-- /#wrapper -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
</body>
</html>