-
Notifications
You must be signed in to change notification settings - Fork 0
/
GOOD-DAMN-BROWSER.html
76 lines (65 loc) · 3.66 KB
/
GOOD-DAMN-BROWSER.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
<!DOCTYPE html>
<html>
<head>
<title>GOOD DAMN BROWSER</title>
<link rel="stylesheet" href="assets/good-damn-browser.css" />
<meta name="viewport" content="width=device-width, initial-scale = 1.0">
</head>
<body>
<div id="navbar">
<h1 id="logo-title">GOOD DAMN BROWSER</h1>
<div id="navbar-list-area">
<ul id="navbar-list">
<li class="navbar-list-item"><a class="navbar-a" href="#features">Features</a></li>
<li class="navbar-list-item"><a class="navbar-a" href="#header3">Testimonials</a></li>
<li class="navbar-list-item"><a class="navbar-a" href="#footer">About</a></li>
</ul>
</div>
</div>
</div>
<div id="header1">
<div id="header-img-div" class="header1-common">
<img id="header-img" src="assets/browser.jpg"/>
</div>
<h2 class="header1-common title">This is really GOOD DAMN BROWSER!</h2>
<p class="header1-common header1-p">
This is the Official Website of the GOOD DAMN BROWSER Browser which if you don't know is New Age Browser made
for powering the users with the abilities thats allow them to get the most of the internet
</p>
<button class="header1-common button" id=" download-button" ><h3>Download GDB now!</h3></button>
</div>
<div id="features">
<h2 id="features-title">The Features of GOOD DAMN BROWSER!</h2>
<div id="features-list-area">
<ul id="features-list">
<li id="features-list-item">
<h3 id="feature-title">Tracking & Analytics <br>Terminator</h3>
<p id="feature-desc">Schwarzenger in the GOOD<br>DAMN BROWSER will terminate<br> the Tracking scripts</p>
</li>
<li id="features-list-item">
<h3 id="feature-title">Ads Assassin</h3>
<p id="feature-desc">The Assassin of the Ads<br> is coming after the Advertisments<br> and will KILL 'EM ALL <br> without You even notice .</p>
</li>
<li id="features-list-item">
<h3 id="feature-title">Resources Consumption</h3>
<p id="feature-desc">No more sound buzzing<br> from the cpu and heat coming<br> to bring summer to the computer</p>
</li>
</ul>
</div>
</div>
<div id="header3">
<blockquote><cite>The Internet browser is the most susceptible to viruses.
The browser is naive about downloading and executing software.
Google is trying to help by releasing the Chrome browser as open source.
</cite><h5 id="person">Vint Cerf</h5></blockquote>
<div id="call-to-action">
<p>It's time to choose your GOOD DAMN BROWSER and leave the worries about privacy and security to the
non-users of <abbr title="GOOD DAMN BROWSER">GDB</abbr> by CLICKING the Button over there
<button class="button" id="get-it">Get it Now!</button></p>
</div>
</div>
<div id="footer">
<h4>Copyright © Made for the Odin Project by <a id="alishata" href="https://github.com/alishata128">Ali Shata</a> Copyright © <a id="alishata" href="https://github.com/alishata128">Ali Shata</a> 2021</h4>
</div>
</body>
</html>