-
Notifications
You must be signed in to change notification settings - Fork 0
/
myprojects-FINAL.html
68 lines (67 loc) · 2.96 KB
/
myprojects-FINAL.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>idkncc</title>
<link rel="stylesheet" href="/assets/styles.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<main class="app">
<div class="header">
<center>
<img src="/assets/log0.gif">
</center>
<marquee class="marq">
This page contains my coolest projects ever done!!11!
</marquee>
</div>
<div class="content">
<div class="navigation">
<a href="/index.html">
<img src="assets/navigation/text-4.gif" alt="home page">
</a>
<a href="/myprojects-FINAL.html">
<img src="assets/navigation/text-2.gif" alt="my project">
</a>
<a href="/cat-gallery.html">
<img src="assets/navigation/text-3.gif" alt="cat gallery">
</a>
</div>
<div class="page">
<h1>coolest projects</h1>
<img src="assets/programmer.gif" alt="" style="float: right;">
<p>
This is my coolest projects, that I done with:
<ul style="list-style-position: inside;">
<li>javasript</li>
<li>rust</li>
</ul>
</p>
<ul style="list-style-position: inside;">
<li>
<a href="https://github.com/idkncc/rsblox"><b>rsblox</b></a> – alternative for roblox website. Very minimalistic, organomic
</li>
<li>
<a href="https://github.com/idkncc/better-react-components"><b>better-react-components</b></a> – much simpler elements for Roblox's ReactLua
</li>
<li>
<a href="https://github.com/idkncc/grechabuf"><b>grechabuf</b></a> – legendary replacement of protobuf's (even <a href="https://twitch.tv/tsoding">@tsoding</a> liked it!11!)
</li>
</ul>
</div>
</div>
<nav class="footer">
<p class="entry" style="width: 10%;">
visits:
<a href='https://www.counter12.com'><img src='https://www.counter12.com/img-2cYca0812BYxWz31-26.gif' border='0' alt='free counter'></a>
</p>
<p style="width: 100%;"><>
<p class="entry" style="width: 10%;">
tested in <img src="assets/log1.gif">
</p>
</nav>
</main>
</body>
</html>