-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrime.html
More file actions
131 lines (119 loc) · 7.85 KB
/
crime.html
File metadata and controls
131 lines (119 loc) · 7.85 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>crime author demo</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link href="crime.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=archivo:500|archivo-black:400|lato:300,400,700" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<div class="container mt-5 mb-3">
<div class="row justify-content-center">
<div class="col-sm-12 col-md-10 col-lg-8 text-center">
<img src="./crime-profile.jpg" class="img-fluid rounded-circle border border-3 border-light" width="320" alt="artiste profile image">
<h2 class="display-5 fw-semibold text-white">Crime Author</h2>
<!-- links -->
<i class="fab fa-facebook-f fa-lg text-white mt-2 me-3"></i>
<!-- Instagram -->
<i class="fab fa-instagram fa-lg text-white me-3"></i>
<!-- Twitter -->
<i class="fab fa-twitter fa-lg text-white me-3"></i>
<!-- end links -->
</div>
</div>
</div>
<!-- books -->
<div class="container mt-2 mb-2">
<div class="row justify-content-center">
<div class="col-sm-12 col-md-10 col-lg-8 text-center">
<h3 class="display-5 fw-semibold mt-2 mb-3 text-white">Latest Book Out Now</h3>
<img src="./book01.jpg" alt="Sinister Shadows latest novel book cover" class="img-fluid mb-3">
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-mod btn-border me-2">Kindle</button>
<button type="button" class="btn btn-mod btn-border me-2">Nook</button>
<button type="button" class="btn btn-mod btn-border">iBooks</button>
</div>
<div class="row mb-4">
<h4 class="display-6 fw-semibold mt-2 mb-3 text-white">Previous Releases</h4>
<div class="col">
<img src="./book02.jpg" alt="Payback book cover" class="img-fluid mt-2 mb-2">
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-mod btn-border me-2">Kindle</button>
<button type="button" class="btn btn-mod btn-border me-2">Nook</button>
<button type="button" class="btn btn-mod btn-border">iBooks</button>
</div>
</div>
<div class="col">
<img src="./book03.jpg" alt="Carnage Unleashed book cover" class="img-fluid mt-2 mb-2">
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-mod btn-border me-2">Kindle</button>
<button type="button" class="btn btn-mod btn-border me-2">Nook</button>
<button type="button" class="btn btn-mod btn-border">iBooks</button>
</div>
</div>
</div>
<div class="row">
<div class="col">
<img src="./book04.jpg" alt="The Harvest book cover" class="img-fluid mt-2 mb-2">
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-mod btn-border me-2">Kindle</button>
<button type="button" class="btn btn-mod btn-border me-2">Nook</button>
<button type="button" class="btn btn-mod btn-border">iBooks</button>
</div>
</div>
<div class="col">
<img src="./book05.jpg" alt="The Messenger book cover" class="img-fluid mt-2 mb-2">
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-mod btn-border me-2">Kindle</button>
<button type="button" class="btn btn-mod btn-border me-2">Nook</button>
<button type="button" class="btn btn-mod btn-border">iBooks</button>
</div>
</div>
</div>
<!-- end books -->
</div>
</div>
</div>
<!-- end schedule -->
<!-- follow -->
<div class="container mt-2 mb-2">
<div class="row justify-content-center">
<div class="col-sm-12 col-md-10 col-lg-8 text-center">
<h3 class="display-5 fw-semibold text-white mt-3 mb-2">Follow Me</h3>
<div class="d-grid gap-3 mt-3">
<button class="btn btn-mod btn-border btn-large p-3" type="button"><i class="fab fa-facebook-f text-white me-2"></i>Facebook</button>
<button class="btn btn-mod btn-border btn-large p-3" type="button"><i class="fab fa-instagram text-white me-2"></i>Instagram</button>
<button class="btn btn-mod btn-border btn-large p-3" type="button"><i class="fab fa-twitter text-white me-2"></i>Twitter</button>
</div>
</div>
</div>
</div>
<!-- end follow -->
<!-- signings -->
<div class="container mt-2 mb-5">
<div class="row justify-content-center">
<div class="col-sm-12 col-md-10 col-lg-8 text-center">
<h3 class="display-5 fw-semibold mt-2 mb-3 text-white">Listen to My Podcast</h3>
<img src="./podcast.jpg" alt="Crossing The Line Podcast promotional image" class="img-fluid">
<div class="d-grid gap-3 mt-2">
<button class="btn btn-mod btn-border btn-large p-3" type="button">Listen Now</button>
</div>
</div>
</div>
</div>
<!-- end signing -->
<div class="container mb-2">
<div class="row justify-content-center">
<div class="col-sm-12 col-md-10 col-lg-8 text-center">
<a href="https://dragonfiredesignstudio.com" target="_blank"><img src="./df small footer logo.png" alt="dragon fire design studio logo" class="img-fluid" width="40"></a> </div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
</body>
</html>