-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (43 loc) · 3.31 KB
/
index.html
File metadata and controls
49 lines (43 loc) · 3.31 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Cache-Control" content=no-store>
<meta http-equiv="Expires" content="0">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>C++ Playground</title>
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="hello.css?v=123">
</head>
<body>
<h1 style="text-align: center;"><b>This is a website to learn C++, C#, Rust, and My language, Quantum C.</b>Please give your opinion on <a href="https://github.com/Youg-Otricked/learnhardcode">My Github for this site.</a></h1>
<div class="container">
<div class="box text-box">
<h1 style="text-align: center;">C#</h1>
<br><br>
<h2 style="text-align: center;"><b><button class="cs" style="width: fit-content; height: fit-content;" onclick='document.location="./cs/hellocs.html"'>Go to C#</button></b></h2>
<br><br>
<h4>Description: C# is a modern, object-oriented programing language by microsoft built for the .NET system. It is staticaly types, Garbage collected, and commonly used to make video games in engines such as Unity, or Godot.</h4>
<br><br><br><br><br><br><br><br>
<h1 style="text-align: center;">Rust</h1>
<br><br>
<h2 style="text-align: center;"><b><button class="rust" style="width: fit-content; height: fit-content;" onclick='document.location="./rust/hellor.html"'>Go to Rust</button></b></h2>
<br><br>
<h4>Description: Rust is a modern, systems-level programming language that prioritizes safety, performance, and concurrency. It is known for its unique memory safety guarantees, achieved through a compile-time ownership system rather than a runtime garbage collector. This allows Rust to offer performance comparable to C or C++ while significantly reducing common programming errors like null pointer dereferences or data races.</h4>
</div>
<div class="box code-box">
<h1 style="text-align: center;">C++</h1>
<br><br>
<h2 style="text-align: center;"><b><button class="cpp" style="width: fit-content; height: fit-content;" onclick='document.location="./cpp/hello.html"'>Go to C++</button></b></h2>
<br><br>
<h4>Description: C++ is a amazing and fast modern language, being compiled, having static typing, OOP, Manual Memory Managment, and much more, it is famous for good reason. In this course, you will be taught everything from printing to console to advanced OOP.<br></h4>
<br><br>
<h1 style="text-align: center;">Quantum C (C^4)</h1>
<br><br>
<h2 style="text-align: center;"><b><button class="qc" style="width: fit-content; height: fit-content;" onclick='document.location="./QuantumC/qc.html"'>Go to C^4 playground</button></b></h2>
<h2 style="text-align: center;"><b><button class="qc" style="width: fit-content; height: fit-content;" onclick='document.location="./QuantumC/teach.html"'>Go to C^4 learning</button></b></h2>
</div>
<h2 style="text-align: center;"><b><button class="qc" style="width: fit-content; height: fit-content;" onclick='document.location="./page2.html"'>Go to page 2</button></b></h2>
</div>
</body>
</html>