-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (106 loc) · 5.15 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="portfolio.css">
<link rel="icon" type="image/x-icon" href="">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="#" id="sbt"><strong>START BOOTSTRAP</strong></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#"><strong>PORTFOLIO</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><strong>ABOUT</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><strong>CONTACT</strong></a>
</li>
</ul>
</div>
</nav>
<section id="bg">
<div id="im">
<img src="https://startbootstrap.github.io/startbootstrap-freelancer/assets/img/avataaars.svg" width="250rem" alt="">
</div><br><br>
<div class="tx">
<h1><strong><span id="sb">START BOOTSTRAP</span></strong></h1>
</div>
<div id="star">
<i class="fa fa-star"></i>
</div>
<div>
<h4 class="tx"><span id="ga">Graphic Artist - Web Designer - Illustrator</span></h4>
</div>
</section>
<br><br><br>
<section>
<div><h1 class="tx" id="sp"><strong>PORTFOLIO</strong></h1></div>
<div><i class="fa fa-star"></i></div>
<div class="container">
<div class="row">
<img src="toga.jpg" alt="" class="col-md-6 col-lg-4 col-sm-12"><br>
<img src="luffy.jpg" alt="" class="col-md-6 col-lg-4 col-sm-12"><br>
<img src="zoro.jpg" alt="" class="col-md-6 col-lg-4 col-sm-12"><br>
<img src="luffy.jpg" alt="" class="col-md-6 col-lg-4 col-sm-12"><br>
<img src="zoro.jpg" alt="" class="col-md-6 col-lg-4 col-sm-12"><br>
<img src="toga.jpg" alt="" class="col-md-6 col-lg-4 col-sm-12"><br>
</div>
</div>
</section>
<section id="bgs">
<div class="container">
<h1 class="tx"><strong>ABOUT</strong></h1>
<div class="row" id="abt">
<p class="col-lg-6 col-md-6 col-sm-12">Freelancer is a free bootstrap theme created by Start Bootstrap. The download includes the complete source files including HTML, CSS, and JavaScript as well as optional SASS stylesheets for easy customization.</p>
<p class="col-lg-6 col-md-6 col-sm-12">You can create your own custom avatar for the masthead, change the icon in the dividers, and add your email address to the contact form to make it fully functional!</p>
</div>
<div id="fd">
<h4 class="tx">Free download</h4>
</div>
</div>
</section>
<section>
<div class="container">
<h1 class="tx" id="cm">contact me</h1>
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
</div>
<div class="form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Check me out</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</section><br><br>
<section id="ft">
<div class="container">
<div class="row">
<p class="col-md-6 col-lg-4 col-sm-12"><strong class="lab">LOCATION</strong><br><br>2215 John Daniel Drive Clark, MO 65243</p>
<p class="col-md-6 col-lg-4 col-sm-12"><strong class="lab">AROUND THE WEB</strong></p>
<p class="col-md-6 col-lg-4 col-sm-12"><strong class="lab">ABOUT FREELANCER</strong><br><br>Freelance is a free to use, MIT licensed Bootstrap theme created by Start Bootstrap .</p>
</div>
</div>
</section>
<section id="last">
<p class="tx" id="cp">Copyright © Your Website 2023</p>
</section>
</body>
</html>