-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (107 loc) · 4.27 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
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="pictures/Favicon.png" type="image/png">
<link rel="stylesheet" href="main.css">
<meta name="lightning" content="lnurlp:[email protected]"/>
<script src="main.js"></script>
<title>Coco_Ardo</title>
</head>
<body>
<nav class="nav">
<div class="navlogo">
<a href="#"><img src="pictures/Coco_Ardo.png" alt="Logo" style="border-radius: 20px;"></a>
</div>
<ul class="topbar">
<li>Home</li>
<li><a href="p/projects.html">Projects</a></li>
<li><a href="p/opinions.html">Opinions</a></li>
<li><a href="p/donate.html">Donate</a></li>
<div class="topbarmenu">
<button onclick="dropping()" class="dropbtn">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</button>
<div id="myDropdown" class="dropdown-content">
<a href="sp/bitcoin.html">Resources on Bitcoin</a>
<a href="sp/privacy.html">Resources on Privacy</a>
<a href="sp/courses.html">Courses & Help</a>
<a href="sp/articles.html">Articles</a>
</div>
</div>
</ul>
</nav>
<section class="title">
Coco_Ardo's Website
</section>
<section class="loremipsumleft">
<p>
<h3>Hello, </h3>
you found the personal website of Coco_Ardo.<br>
I do alot of nerdy stuff. Check out my <a href="https://github.com/RealCocoArdo" target="_blank">Github</a>.
<br> But its mainly focusing around:
<ul>
<li>Bitcoin</li>
<li>Nostr</li>
<li>Privacy</li>
</ul>
</p>
<div class="loremipsumpic">
<img src="/pictures/work.PNG" style="border: 2px solid #FDBE00;"></img>
</div>
<p>
I've got experience with:<br>
<table>
<tr><th>Language</th><th>Learning source</th></tr>
<tr>
<td>C++</td><td>Highschool</a></td>
</tr>
<tr>
<td>CAD styling</td><td>Highschool</td>
</tr>
<tr>
<td>Python</td><td>University</td>
</tr>
<tr>
<td>Shell</td><td>Selfstudy</td>
</tr>
<tr>
<td>HTML & CSS</td><td>Selfstudy</td>
</tr>
<tr>
<td>Javascript</td><td>Selfstudy</td>
</tr>
<tr>
<td>React</td><td>Selfstudy</td>
</tr>
<tr>
<td>php</td><td>Selfstudy</td>
</tr>
<tr>
<td>R</td><td>University</td>
</tr>
</table>
<br>
I wouldn't say I mastered them yet, but I'm always improving.
</p>
</section>
<footer>
<ul class="listoverview">
<li><a href="https://snort.social/p/npub1cj9xlvy6qd2ck8k02qw79nsf4jf4hslu94e77k6evdl8t0xa7f2syga2tw" target="_blank"><img src="pictures/Nostr.png" alt="Nostr"></a></li>
<li><a href="https://www.reddit.com/user/Coco_Ardo/" target="_blank"><img src="pictures/Reddit.png" alt="Reddit"></a></li>
<li><a href="https://discord.gg/DMP53qDM7c" target="_blank"><img src="pictures/Discord.png" alt="Discord"></a></li>
<li><a href="https://github.com/RealCocoArdo" target="_blank"><img src="pictures/Github.png" alt="Github"></a></li>
</ul>
</footer>
<footer>
<ul class="listimpressum">
<li><h5><a href="p/contact.html">Contact</a></h5></li>
<li><h5><a href="p/privacyPolicy.html">Privacy policy</a></h5></li>
<li><h5><a href="https://github.com/RealCocoArdo/Coco_Ardo/blob/main/LICENSE.md" target="_blank">@<script>document.write(/\d{4}/.exec(Date())[0])</script> License</a></h5></li>
</ul>
</footer>
</body>
</html>