Skip to content

Commit c1a6b67

Browse files
committedFeb 27, 2023
Updated Grant
1 parent ef33ed0 commit c1a6b67

File tree

6 files changed

+207
-5
lines changed

6 files changed

+207
-5
lines changed
 

‎.DS_Store

-4 KB
Binary file not shown.

‎assets/.DS_Store

6 KB
Binary file not shown.

‎assets/AdamniteClient.png

179 KB
Loading

‎index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<body data-aos="fade-in" data-aos-offset="0" data-aos-delay="400" data-aos-duration="500" data-aos-easing="ease-out" class="hero-background">
1616
<header>
1717
<!-- <banner data-aos="fade-down" data-aos-offset="800" data-aos-delay="900" data-aos-duration="500" data-aos-easing="ease-out"><a href="https://www.1517fund.com/">1517</a> and <a href="https://www.zfellows.com/">ZFellows</a> invest in Adamnites' first round!</banner> -->
18-
<banner data-aos="fade-down" data-aos-offset="800" data-aos-delay="900" data-aos-duration="500" data-aos-easing="ease-out">Adamnite is now accepting signups for our private TestNet - <a href="https://form.adamnite.org/">Sign up here</a></banner>
18+
<banner data-aos="fade-down" data-aos-offset="800" data-aos-delay="900" data-aos-duration="500" data-aos-easing="ease-out">Get a $1000 grant to build on Adamnite - <a href="pages/grant.html">Apply</a></banner>
1919
<div class="nav-header">
2020
<!-- Adamnite SVG -->
2121
<a href="/">

‎pages/grant.html

+185
Large diffs are not rendered by default.

‎styles/styles.css

+21-4
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,14 @@ body {
228228
margin:0 auto;
229229
}
230230

231+
.imgdesktop {
232+
background-image: url(../assets/AdamniteClient.png);
233+
background-repeat: no-repeat;
234+
background-size: cover;
235+
width: 100%;
236+
height: 400px;
237+
}
238+
231239

232240
.hero-title {
233241
font-size: 80px;
@@ -263,8 +271,7 @@ body {
263271
margin-top: 0px;
264272
}
265273

266-
267-
.whitepaper-button {
274+
.whitepaper-button, .align-center a {
268275
margin-top: 16px;
269276
width: 219px;
270277
height: 48px;
@@ -277,15 +284,25 @@ body {
277284
font-weight: normal;
278285
font-size: 16px;
279286
line-height: 40px;
280-
margin-right: 1em;
287+
margin-right: 1em;
281288
color: var(--primary-light);
282289
-webkit-transition: background-color 290ms linear!important;
283290
-ms-transition: background-color 290ms linear!important;
284291
transition: background-color 290ms linear!important;
285292

286293
}
287294

288-
.whitepaper-button:hover {
295+
.align-center {
296+
width: 100%;
297+
margin: 40px auto 24px auto;
298+
text-align: center;
299+
}
300+
301+
.align-center a {
302+
padding: 12px 32px;
303+
}
304+
305+
.whitepaper-button:hover, .align-center a:hover {
289306
cursor: pointer;
290307
background-color: white;
291308
color: var(--primary)!important;

0 commit comments

Comments
 (0)
Please sign in to comment.