-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
49 lines (46 loc) · 3.37 KB
/
about.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
<!-- saved from url=(0066)file:///C:/Users/dunca/Desktop/Coding/WCSC%20Internship/about.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Porcupines | About</title>
<meta name="description" content="This is the description">
<link rel="stylesheet" href="style.css" type="text/css">
</head><body>
<header class="main-header">
<nav class="nav main-nav">
<ul>
<li><a href="file:///C:/Users/dunca/Desktop/Coding/WCSC%20Internship/index.html">HOME</a></li>
<li><a href="file:///C:/Users/dunca/Desktop/Coding/WCSC%20Internship/store.html">STORE</a></li>
<li><a href="file:///C:/Users/dunca/Desktop/Coding/WCSC%20Internship/about.html">ABOUT</a></li>
</ul>
</nav>
<hr>
<h1 class="band-name band-name-large">Porcupines</h1>
</header>
<section class="content-section container">
<h2 class="section-header">ABOUT</h2>
<img class="about-band-image" src="./about_files/Porcupine.jpg">
<p>Did you ever hear the tragedy of Darth Plagueis The Wise? I thought not. It’s not a story the Jedi would tell you. It’s a Sith legend. Darth Plagueis was a Dark Lord of the Sith, so powerful and so wise he could use the Force to influence the midichlorians to create life… He had such a knowledge of the dark side that he could even keep the ones he cared about from dying. The dark side of the Force is a pathway to many abilities some consider to be unnatural. He became so powerful… the only thing he was afraid of was losing his power, which eventually, of course, he did. Unfortunately, he taught his apprentice everything he knew, then his apprentice killed him in his sleep. Ironic. He could save others from death, but not himself.</p>
<p>Did you ever hear the tragedy of Darth Plagueis The Wise? I thought not. It’s not a story the Jedi would tell you. It’s a Sith legend. Darth Plagueis was a Dark Lord of the Sith, so powerful and so wise he could use the Force to influence the midichlorians to create life… He had such a knowledge of the dark side that he could even keep the ones he cared about from dying. The dark side of the Force is a pathway to many abilities some consider to be unnatural. He became so powerful… the only thing he was afraid of was losing his power, which eventually, of course, he did. Unfortunately, he taught his apprentice everything he knew, then his apprentice killed him in his sleep. Ironic. He could save others from death, but not himself.</p>
</section>
<footer class="main-footer">
<div class="container main-footer-container">
<h3 class="band-name">Porcupines</h3>
<ul class="nav footer-nav">
<li>
<a href="https://youtube.com/" target="_blank">
<img src="./about_files/Youtube Logo.png" height="50" width="50">
</a>
</li>
<li>
<a href="https://spotify.com/" target="_blank">
<img src="./about_files/Spotify Logo.png" height="50" width="50">
</a>
</li>
<li>
<a href="https://facebook.com/" target="_blank">
<img src="./about_files/Facebook Logo.png" height="50" width="50">
</a>
</li>
</ul>
</div>
</footer>
</body></html>