-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (62 loc) · 4.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Artium!</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
</head>
<body >
<script src="app.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@1/src/zero-md.min.js"></script>
<div class="m-6 mb-0">
<div id="wrapper" class="w-full flex justify-center">
<div style="width: 600px;">
<zero-md src="markdown/main.md">
<template>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/sindresorhus/github-markdown-css@4/github-markdown.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/PrismJS/prism@1/themes/prism.min.css" />
</template>
<script type="text/markdown">
# <p align="center"> Artium </p>
<img src="./img/Artium-Background.jpg">
<p align="center" style="font-style: italic;"><a href="https://github.com/artium-team/NTP-Haunted-House" style="color: #24292e;">The Haunted House at NTP Junior Highschool</a></p>
<hr/>
<p style="text-align: justify;"> Artium is a group of teens who love coding and are passionate about solving real-world problems with artificial intelligence. We have many projects that aim to make a positive impact on society, such as tackling world hunger, improving education, and promoting sustainability. </p>
## 📙 Our Philosophy
**"For teens, by teens"** is our philosophy and code, tools are not the only things we open source!
## 💼 Our projects
<p style="text-align: justify;"> Some of the projects that we are working on or have completed which you can involved in: </p>
- <p style="font-style: italic; font-weight: 600;"><a href="https://artium.epizy.com/endworldhunger/" style="color: #24292e;">🍖 End World Hunger</a></p>
<p style="text-align: justify;"> A website for you to join us in the fight to end world hunger. Learn about the causes and effects of hunger, and find out how you can help! 🍔 </p>
- <p style="font-style: italic; font-weight: 600;"><a href="https://github.com/artium-team/workshop" style="color: #24292e;">🔨 Workshop</a></p>
<p style="text-align: justify;"> Learn programming together by creating coding tutorials in our workshop! 🔨 </p>
- <p style="font-style: italic; font-weight: 600;"><a href="https://github.com/artium-team/tim-bot" style="color: #24292e;">👽 Tim Bot</a></p>
<p style="text-align: justify;"> A teen friend named Tim, who live in Europa, one of Jupiter's moon! 🤖 </p>
- <p style="font-style: italic; font-weight: 600;"><a href="https://github.com/artium-team/axolotl" style="color: #24292e;">🦕 Axolotl</a></p>
<p style="text-align: justify;"> Draw an axolotl, our mascot and submit a PR! 🦖 </p>
- <p style="font-style: italic; font-weight: 600;"><a href="https://github.com/artium-team/Argoo" style="color: #24292e;">🧩 Argoo</a></p>
<p style="text-align: justify;"> A web for class quizzes game but without phones! 🧩 </p>
- <p style="font-style: italic; font-weight: 600;"><a href="https://artium.epizy.com/colorful/" style="color: #24292e;">🖌️ Colorful</a></p>
<p style="text-align: justify;"> A web that you can draw together like r/place! ✏️ </p>
- <p style="font-style: italic; font-weight: 600;"><a href="https://github.com/artium-team/brainfuck-interpreter" style="color: #24292e;">🤯 Brainfuck Interpreter</a></p>
<p style="text-align: justify;"> A simple Brainfuck interpreter written in C 🧠 </p>
<br/>
<p align="center" style="font-style: italic; font-weight: 600;"> Together, we can code for a better world! </p>
</script>
</zero-md>
</div>
</div>
</div>
<footer class="bg-gray-500 py-4 text-white text-center mt-6">
<p class="underline font-bold mb-3">Contact us:</p>
<ul class="flex justify-center gap-4 flex-wrap">
<li><a href="mailto:info@example.com" class="hover:text-gray-200">nguyengiabach1201@gmail.com</a></li>
<li><a href="tel:1-800-555-1212" id="contact" class="hover:text-gray-200">nguyenmnhat.0109@gmail.com</a></li>
</ul>
</footer>
</body>
</html>