@@ -65,21 +65,16 @@ import Button from "../components/Button.astro";
65
65
</div >
66
66
</div >
67
67
<p >
68
- Get up to <strong >25% off</strong > the react.gg course, plus a <strong >FREE</strong > ui.dev t-shirt if you buy before this giant clock goes to zero.
68
+ Want to learn how to build useHooks yourself? Get 25% off our brand new
69
+ React course during our launch sale.
69
70
</p >
70
71
<Button
71
72
type =" link"
72
- href =" https://react.gg/#register "
73
+ href =" https://react.gg/"
73
74
color =" yellow"
74
75
size =" large"
75
- text =" Get the course + t-shirt now "
76
+ text =" Check it out "
76
77
/>
77
- <!-- <ol class="footnotes">
78
- <li>Literally the cheapest this course will ever be</li>
79
- <li>Our shirts are very soft</li>
80
- <li>We’ll probably send you stickers too</li>
81
- <li>We might lose money on this but wdgaf</li>
82
- </ol> -->
83
78
</section >
84
79
85
80
<style >
@@ -115,8 +110,9 @@ import Button from "../components/Button.astro";
115
110
116
111
.banner p {
117
112
text-align: center;
118
- max-width: 50ch ;
113
+ max-width: 45ch ;
119
114
justify-self: center;
115
+ margin-top: 8px;
120
116
}
121
117
122
118
.info-main {
@@ -125,6 +121,7 @@ import Button from "../components/Button.astro";
125
121
126
122
p {
127
123
line-height: 1.3;
124
+ font-size: 20px;
128
125
}
129
126
130
127
p strong {
@@ -141,30 +138,19 @@ import Button from "../components/Button.astro";
141
138
transform: translateY(-0.2em);
142
139
}
143
140
141
+ p a {
142
+ color: var(--white);
143
+ }
144
+
144
145
.button {
145
146
margin: 1rem 0;
146
147
justify-self: center;
147
148
}
148
149
149
150
.day-one .button.large {
150
- padding-right: 5em !important;
151
151
position: relative;
152
152
}
153
153
154
- .day-one .button::after {
155
- content: "";
156
- width: 5.4em;
157
- aspect-ratio: 46 / 40;
158
- display: block;
159
- position: absolute;
160
- right: -1%;
161
- top: 50%;
162
- background-repeat: no-repeat;
163
- background-image: url("/img/bytes-tshirt.png");
164
- background-size: contain;
165
- transform: translateY(-52%) rotate(15deg);
166
- }
167
-
168
154
.footnotes {
169
155
display: flex;
170
156
justify-content: center;
0 commit comments