-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdirectory.html
88 lines (56 loc) · 2.46 KB
/
directory.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
<!DOCTYPE html>
<html>
<head>
<title>Trans.Tech</title>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300,500' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="transstylings.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div class="row basic-row first-row">
<div class="col-sm-12 header-container">
<a href="index.html"><h4>Back</h4></a>
</div>
</div>
<!-- content-rows! -->
<div class = "row basic-row second-row">
<div class="col-sm-12">
<h1 id="sub-page-headline"> DIRECTORY</h1>
<h2 id="sub-page-tagline">Find Trans*Code rated businesses and services</h2>
</div>
</div>
<div class = "row basic-row sub-page-row third-row">
<div class="col-sm-2">
</div>
<div class="col-sm-8 generic-subpage-column">
<div class="table-responsive">
<div class="central-subpage-column">
<table class="table">
<tr>
<th id="company-name">[Name]</th>
<th id="company-contacts">[Contact Info]</th>
<th id="company-website">[Website]</th>
</tr>
<tr>
<th id="company-type">[Service Type]</th>
<th id="rating">[Rating]</th>
</tr>
<tr>
<th id="comment">[Comment]</th>
</tr>
</table>
</div>
</div>
</div>
<div class="col-sm-2">
</div>
</div>
</div>
</body>
</html>