-
Notifications
You must be signed in to change notification settings - Fork 0
/
software.html
84 lines (83 loc) · 3.39 KB
/
software.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TheGBO</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="shortcut icon" href="assets/img/pfp.png" type="image/x-icon">
</head>
<body>
<script id="replace_with_navbar" src="assets/js/navbar.js"></script>
<main id="content-wrapper">
<article class="post special-post">
<div class="post-content">
<img src="./assets/img/warning.svg" alt="" class="post-thumbnail">
<div class="post-text">
<h1 class="post-title">
!!!! AVISO SÉRIO REAL !!!!
</h1>
<p class="post-content">
Os projetos "AnotaCat" e "RKX" Chatroom NÃO funcionam mais porque a HEROKU não fornece mais hospedagem grátis
</p>
</div>
</div>
</article>
<article class="post">
<div class="post-content">
<div class="img-wrp">
<img src="./assets/img/anotacat_landing.png" alt="" class="post-thumbnail">
<img src="./assets/img/anotacatapp.png" alt="" class="post-thumbnail">
</div>
<div class="post-text">
<h1 class="post-title">
AnotaCat
</h1>
<p class="post-content">
Projeto fullstack de anotações Online
</p>
<p class="post-content">
<a href="https://anotacat.herokuapp.com/">Testar</a>
</p>
<p class="post-content">
<a href="https://github.com/TheGBO/AnotaCat">Código fonte</a>
</p>
</div>
</div>
</article>
<article class="post">
<div class="post-content">
<img src="https://github.com/TheGBO/KTronPassMan/raw/main/screenshots/new.png" alt="" class="post-thumbnail">
<div class="post-text">
<h1 class="post-title">
KTronPassMan
</h1>
<p class="post-content">
Gerador de senhas que fiz pra aprender react e electron
</p>
<p class="post-content">
<a href="https://github.com/TheGBO/KTronPassMan">Download/Código Fonte</a>
</p>
</div>
</div>
</article>
<article class="post">
<div class="post-content">
<img src="https://rkxchatroom.herokuapp.com/favicon.ico" alt="" class="post-thumbnail">
<div class="post-text">
<h1 class="post-title">
RKX ChatRoom
</h1>
<p class="post-content">
Chat Online e anônimo que fiz pra aprender WebSockets
</p>
<p class="post-content">
<a href="https://rkxchatroom.herokuapp.com/">Testar</a>
</p>
</div>
</div>
</article>
</main>
</body>
</html>