-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
30 lines (30 loc) · 1.73 KB
/
about.html
File metadata and controls
30 lines (30 loc) · 1.73 KB
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
<!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>Samarth - Midterm Project</title>
<link rel="stylesheet" href="css/style.css">
<style>
p{
text-align: center;
font-size: 20px;
margin: 20px;
}
</style>
</head>
<body>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="photos.html">Photos</a></li>
</ul>
</nav>
<h1 style="text-align: center;">About - DogeMiner</h1>
<div>
<p>Dogecoin is an interesting concept as it popularized memecoins. These coins are often unpredictable, and rely entirely on the public's view of these memes. While they are a relatively new concept, the idea of memecoins has been in circulation for decades.It was originally created as a light-hearted joke for crypto enthusiasts, but it quickly exploded to be one of the leading cryptocurrencies in use today. DOGE's initial stated purpose was to reduce wasteful spending and eliminate unnecessary regulations. However, according to the executive order that established it, its formal purpose is to "modernize federal technology and software to maximize governmental efficiency and productivity". Dogecoin's branding is based on the Shiba Inu "Doge" meme, which features a quirky dog with humorous inner monologues in Comic Sans text. This association with memes has driven its popularity, making it a playful and accessible entry point into cryptocurrency for many users.</p>
</div>
</body>
</html>