forked from Real-Dev-Squad/website-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleases.html
192 lines (183 loc) · 6.09 KB
/
releases.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!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="./img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="./img/favicon.ico" type="image/x-icon" />
<title>New Releases</title>
<link rel="stylesheet" href="./css/main.css" />
<link rel="stylesheet" href="./css/navbar.css" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap"
rel="stylesheet"
/>
<meta property="og:title" content="Real Dev Squad" />
<meta
property="og:description"
content="Community of developers who collaborate to build Real software."
/>
<meta property="og:image" content="img/Real-Dev-Squad@2x.png" />
<meta property="og:url" content="https://www.realdevsquad.com/index.html" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-YRG12HRZKB"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-YRG12HRZKB');
</script>
</head>
<body>
<nav>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<div class="nav-login">
<a
class="btn-login"
href="https://github.com/login/oauth/authorize?client_id=23c78f66ab7964e5ef97"
>
<button class="btn-login-text">
Sign In
<img
src="img/github.png"
alt="GitHub Icon"
height="15px"
width="15px"
/>
</button>
</a>
<div class="user-greet">
<a href="https://my.realdevsquad.com/">
<div class="user-greet-msg">Hello, User!</div>
<img class="user-profile-pic" />
</a>
</div>
</div>
<ul class="nav-menu">
<li class="nav-logo-li">
<a href="https://www.realdevsquad.com/">
<img
src="img/Real-Dev-Squad@1x.png"
alt="home nav logo"
height="50px"
width="50px"
/>
</a>
</li>
<li class="home-tab">
<a href="http://www.realdevsquad.com/">Home</a>
</li>
<li><a href="https://welcome.realdevsquad.com/">Welcome</a></li>
<li><a href="./events.html">Events</a></li>
<li><a href="https://members.realdevsquad.com/">Members</a></li>
<!-- <li><a href="https://crypto.realdevsquad.com/">Crypto</a></li> -->
<li><a href="https://status.realdevsquad.com/">Status</a></li>
<li class="nav-login-li">
<a
class="btn-login"
href="https://github.com/login/oauth/authorize?client_id=23c78f66ab7964e5ef97"
>
<button class="btn-login-text">
Sign In With GitHub
<img
src="img/github.png"
alt="GitHub Icon"
height="15px"
width="15px"
/>
</button>
</a>
<div class="user-greet">
<a href="https://my.realdevsquad.com/">
<div class="user-greet-msg">Hello, User!</div>
<img class="user-profile-pic" />
</a>
</div>
</li>
</ul>
</nav>
<main class="wrapper">
<h1 class="welcome-title">New Features</h1>
<h2 class="next-event-header info-note highlighted-text">
We completed one year officially! 🎉
</h2>
<a class="next-event"> Some of our most recent features: </a>
<br />
<section class="new-releases">
<section class="notif-banner">
<p class="notif">
<span class="label-tag">New</span>
<strong>Stock Exchange</strong>
-- See which stocks are currently the ones trending
<a href="https://crypto.realdevsquad.com/trading">
Invest now ➡️
</a>
</p>
</section>
<section class="notif-banner">
<p class="notif">
<span>New</span>
<strong>Auctions</strong>
-- Bid for the precious stones
<a href="https://crypto.realdevsquad.com/auction">
Place a bid ➡️
</a>
</p>
</section>
<section class="notif-banner">
<p class="notif">
<span>New</span>
<strong>Currency Exchange</strong>
-- Need a currency? Why not exchange with the other ones you already
have?
<a href="https://crypto.realdevsquad.com/currency-exchange">
Exchange money ➡️
</a>
</p>
</section>
<section class="notif-banner">
<p class="notif">
<span class="label-tag coming-soon">Coming Soon</span>
<strong>Send & Receive</strong>
-- Borrow money from a friend, or send them some.
</p>
</section>
</section>
<h3 class="info-note">
To know how this page is developed,
<br />
join our Discord channel by contacting one of
<a href="https://members.realdevsquad.com">our existing members</a>
<br />
or our
<a href="https://welcome.realdevsquad.com/faq"> FAQ section</a>.
</h3>
</main>
<footer>
<p class="info-repo">
The contents of this website are deployed from this
<a
href="https://github.com/Real-Dev-Squad/website"
target="_blank"
rel="noopener noreferrer"
>
open sourced repo
</a>
</p>
</footer>
<script type="module" src="js/user.js"></script>
<script src="js/navbar.js"></script>
<script src="js/darkmode.js"></script>
<script type="module" src="js/fetchUserData.js" defer></script>
</body>
</html>