-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (106 loc) · 5.6 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
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bright Tomorrow</title>
<link rel="icon" type="image/x-icon" href="./images/icon.png" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
</head>
<body>
<div class='top'>
<nav>
<div class="n container">
<h1><a href="index.html">Bright Tomorrow</a></h1>
<ul class="topnav">
<li><a href="javascript:void(0);" class="dropbtn"><i class="fa fa-caret-down"></i>Menu</a></li>
<div id="myTopnav">
<li><a href="articals.html" target="_blank" title="See Articals"><i class="fal fa-home-alt"></i>Home</a></li>
<li><a href="about.html" target="_blank" title="About"><i class="fal fa-address-card"></i>About</a></li>
<li><a href="contact.html" target="_blank" title="Contact Us"><i class="fal fa-envelope"></i>Contact</a></li>
<li><a href="login.html" target="_blank" title="Join Our Community"><i class="fal fa-sign-in-alt"></i>Login</a></li>
</div>
<li>
<a href="javascript:void(0);" class="icon"><i class="far fa-list"></i></a>
</li>
</ul>
</div>
</nav>
<header>
<div class="h container">
<section>
<aside>
<h2>Be your self like you want</h2>
<p class="my-1">Prive your motion and choose you ways to achieve your goals.</p>
<div class="buttons">
<button><a href="articals.html"><i class="fal fa-newspaper"></i>Learn more</a></button>
<button><a href="login.html" target="_blank" title="Join Our Community"><i class="far fa-sign-in"></i>Sign Up</a></button>
</div>
</aside>
<div id="logo"><img src="./images/bt.png" alt="logo.jpg"></div>
</section>
</div>
</header>
</div>
<main>
<div class="m container" >
<section>
<figure>
<img src="images/profil.jpg">
<figcaption>Me</figcaption>
</figure>
<div class="post">
<h3 class="post-date">Today2021</h3>
<h4 class="post-title">Becoming a Web Developer</h4>
<article>
<p>If somebody would have told me week ago that I would be able to make a
<strong>Website</strong> I would not have believed them.
</p>
<p>Just a few days later, I came across <a href="https;//getmimo.com">Mimo</a> in Playstore and
started to learning the basics languague of the computer at the begining.
</p>
<p>Then, I discovered the <a href="https;//udacity.com">Udacity</a> compagny in one announcement has
published for One Million Programmer's compaign.
</p>
<p>The organization has an objective to teaching anybody for free and granting him a certificat of
Programmer.
</p>
<p>So I liked the idea like anyone, I work on my <em>blog</em> in my phone.
</p>
</article>
</div>
</section>
<div/>
</main>
<footer>
<div class="f container">
<section>
<div class="links">
<h4>My Links</h4>
<p>
<a href="#">Facebook</a>
<br>
<a href="#">Instagram</a>
<br>
<a href="#">Linkdin</a>
</p>
</div>
<div class="story">
<h4>My Story</h4>
<p class="my-1">
<span>Hi I'm a New Web Devloper</span>
<br>
<span>I'm wanna anspiring you and gonna share with you my short career </span>
</p>
</div>
</section>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>