-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (82 loc) · 3.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dafament</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="border">
<h1>Archive of Our Lord Departed</h1>
</div>
<!-- <div class="lt"></div>
<div class="rt"></div> -->
<div class="L1">
<h3>Website Standards and Practices</h3>
<ul>
<li id="e">
<a href="https://unicorn-utterances.com/collections/framework-field-guide-fundamentals">
Learning to use the Big 3 JS Frameworks/Libraries.
</a>
</li><br>
<li>
<a href="https://css-tricks.com/the-great-divide/">
Understanding the evolution and divergences of being a Front-end Developer.
</a>
</li><br>
<li>
<a href="https://bradfrost.com/blog/post/front-of-the-front-end-and-back-of-the-front-end-web-development/">
Taking a deeper dive into the branching roles and responsibilities of a Front-end Developer.
</a>
</li><br>
<li>
<a href="https://youtu.be/a_1cV7hg5G8">
Learning the history of crafting Web Apps and their present use.
</a>
</li><br>
<li>
<a href="https://youtu.be/8sXRyHI3bLw">
The best tools and resources for Web Development in 2024 along with their use-cases.
</a>
</li><br>
</ul>
</div>
<div class="L1">
<h3>DevOps and understanding Web/App procedures</h3>
<ul>
<li>
<a href="https://software.endy.muhardin.com/manajemen/aplikasi-prakarya-vs-aplikasi-production/">
Understanding the differences and expectations of a theoretical and production App.
</a>
</li><br>
<li>
<a href="https://graphite.dev/blog/stacked-prs>">
Joint Development Cycles and overcoming their hurdles.
</a>
</li><br>
</ul>
<h3>Scholarship and Extra Study programs and opportunities</h3>
<ul>
<li>
<a href="https://aws.dicoding.com/">
Learn how to use AWS for Web/App infrastructure and Back-End Development
</a>
</li><br>
<li>
<a href="https://devhandal.id/">
Join a coding and or Full-Stack JS Developer course for an International Developer Certificate by Alibaba Cloud.
</a>
</li><br>
</ul>
</div>
<div class="IllusoryPath">
<summary>Thanks for taking the time to use this website, any suggestions for materials? contact us at @CypherArchives.</summary>
<details><summary></summary>
<p id="LawOfProgression">Nothing more here, go on back</p>
<p>Guess you aren't easily deterred</p>
<img src="Source/AmazingSightAhead.jpg">
</details>
</div>
</body>
</html>