-
Notifications
You must be signed in to change notification settings - Fork 6
/
close.html
47 lines (36 loc) · 2.92 KB
/
close.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>RAM-a-thon</title>
<link rel="stylesheet" href="styles.css">
</head>
<body id="close">
<p>
<h1 class="header">Part of RAM-a-thon</h1>
<p class="header-p" style="text-align: center;">cyber rift</p>
</p>
<section class="intro">
<h5>Closing</h5>
<h2>End Of The Line...</h2>
<p>
As you turn to the final page of this book, I want to take a moment to RAMind you that: <font color="#517519">you're now officially a RAMstermind!</font>
<br> <br> And thank you for your readership because writing this <font color="#517519">'supposed'</font> book has been a commitment for months and considering that most of the information online is crap, i would say without a proper institution it's not easy to look at these things from a 3rd low-level perspective. So the only viable solution was to take notes from other books which had all the info needed to craft this, and let's not forget the help i got from all the fellow Hack Clubers. Once again, thanks to you and everyone who helped me gather intel for this project. I hope you learned a <font color="#517519">thing</font> or <font color="#517519">two</font> from this as i promised.
<p>
<h2>More!</h2>
<p>If you have any feedback, suggestions, questions or anything. I'm always available on <font color="#7289da">discord</font> <font color="#517519">(@ILyesMk2)</font>.
More more... For any future projects, help, branding request. <a href="mailto:[email protected]" rel="noopener noreferrer" target="_blank" class="custom-link"><i>Email me</i></a> a line and i'll try my best to send back.
<br>And to wrap things up, most (if not all) computers in today's world operate exactly like explained here. So pleas- Next time don't call your hardware manufacturer just because some anti virus deleted your files! With all this knowledge, tinker until you solve whatever problem you're having.
<br>In case you want to have more of More, i highly recommend joining <a href="https://hackclub.com/slack" rel="noopener noreferrer" target="_blank" class="custom-link"><i>Hack Club's Slack</i></a>.
<br> Unable to? That's not an excuse, because anyone can join! If you still don't want to.. then help us by donating to the <a href="https://hcb.hackclub.com/donations/start/hq" rel="noopener noreferrer" target="_blank" class="custom-link"><i>Hack Club Bank</i></a>.
<p>
<button id="prev-button" class="nav-button" style="text-align: right;" onclick="window.location.href='page5.html'">Prev  ⮜</button>
<a href="page5.html"><button id="ChapterPrev">⮜ Prev</button></a>
</section>
<footer>
<p><i>PDF edition coming soon</i></p>
</footer>
<script src="scripts.js"></script>
</body>
</html>