-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAuthor.html
49 lines (49 loc) · 1.86 KB
/
Author.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
<!DOCTYPE html>
<html>
<head>
<title>Bracha world - creator</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="jpg/site_logo.png">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/column.css">
</head>
<style>
img {
border-radius: 50%;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<body>
<header>
<h1>The world of Guy Bracha</h1>
<body onload="startTime()">
<div id="txt"></div>
<script src="scripts/clock.js"></script>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Original_content.html">Portfolio</a></li>
<li style="float:right"><a class="active" href="Author.html">Meet the Creator</a></li>
</ul>
</nav>
<article>
<h2>The man behind it all</h2>
<img src="jpg/author.jpg" alt="The site's creator" width="400" height="auto">
<p>Known to everyone as The mad bohemian, he was born in a afternoon in the late 1990s, The young man had knew that his destiny belong to the world of comics books</p>
<p>My name is Guy Bracha. I am 23 years old.</p>
<p>Since I was a child I have a deep passion for comics, I love to explore, learn and paint different kinds of figures.</p>
<p>This site is intended to share with you my profound knowledge and preferences about comics.</p>
<p>I hope you will enjoy it and it will provide you a glance to this fascinated world of comics.</p>
<p>Enjoy!</p>
</body>
<footer>
<p>Developed By Guy Bracha - 2022</p>
<a href="mailto:guy.bracha@gmail.com">guy.bracha@gmail.com</a></p>
</footer>
</html>