-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (62 loc) · 3.19 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>TattooMan</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Headland+One&family=Nunito+Sans:wght@300&family=Oswald&family=Poppins:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-dark bg-dark"> <!-- navbar-expand-lg -->
<div class="company-name">
<a class="navbar-brand" href="#">ED CHOULER</a>
<p>Tattoo Artist</p>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse navbar-selections" id="navbarNavAltMarkup">
<div class="navbar-nav navbar-items">
<a class="nav-item nav-link active" href="index.html">Home <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="https://www.instagram.com/chouler_tattoo/">My Art</a>
<a class="nav-item nav-link" href="#">Contact</a>
</div>
</div>
</nav>
<div class="intro row">
<div class="col-lg-6 col-sm-12">
<div class="intro-pic">
<img src="images/pic1.jpg" alt="Profile-pic">
</div>
</div>
<div class="col-lg-6 col-sm-12">
<div class="intro-text">
<h1>About Me</h1>
<p>
This is where we write stuff about who you are and what you do <br />
we can add in some line breaks and then write some more <br />
its good fun to write more stuff on a new line. <br />
dont forget punctuation. <br />
Here is some more text as I need to fill this space <br />
Here is some more text as I need to fill this space <br />
</p>
</div>
</div>
</div>
<div class="columns">
<img src="images/pic2.jpg" alt="pic2">
<img src="images/pic3.jpg" alt="pic3">
<img src="images/pic4.jpg" alt="pic4">
<img src="images/pic5.jpg" alt="pic5">
<img src="images/pic6.jpg" alt="pic6">
<img src="images/pic7.jpg" alt="pic7">
<img src="images/pic8.jpg" alt="pic8">
</div>
</body>