Skip to content

Commit b81d99b

Browse files
committed
Epic image resized, form color fixed
1 parent a244996 commit b81d99b

2 files changed

Lines changed: 19 additions & 8 deletions

File tree

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h1 class="simbotic-intro-title tittle highlight-phrase">
162162
</div>
163163
<div style="width:100%; height:35px; background-color: #171518"></div>
164164

165-
<div class="technologies-container" style="background-color: #171518; margin-top: 0px;">
165+
<div class="technologies-container" style="background-color: #171518; margin-top: 0px;margin-bottom:0px">
166166
<div class="technologies-video">
167167
<iframe src="https://player.vimeo.com/video/331346322?loop=1&autopause=1&autoplay=1&muted=1&background=1"
168168
width="100%" height="100%" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
@@ -181,7 +181,7 @@ <h1 class="simbotic-intro-title tittle highlight-phrase">
181181
<figure style="text-align:center">
182182

183183
<img
184-
src="images/EpicMegaGrants_Badge_Light.png" alt="" style="width: 50%; padding: 15px 0px;">
184+
src="images/EpicMegaGrants_Badge_Light.png" alt="" class="EpicGrants" >
185185
</figure>
186186

187187
</div>
@@ -467,27 +467,27 @@ <h1 class="tittle highlight-phrase">
467467
<div id="mc_embed_signup">
468468
<form action="https://vertexstudio.us19.list-manage.com/subscribe/post?u=c4596555113051d02c2fd46db&amp;id=d3dfb7945d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
469469
<div id="mc_embed_signup_scroll">
470-
<h2>Subscribe</h2>
471-
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
470+
<h2 style="color:black">Subscribe</h2>
471+
<div class="indicates-required" style="color:black"><span class="asterisk">*</span> indicates required</div>
472472
<div class="mc-field-group">
473-
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
473+
<label for="mce-EMAIL" style="color:black">Email Address <span class="asterisk">*</span>
474474
</label>
475475
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
476476
</div>
477477
<div class="mc-field-group">
478-
<label for="mce-FNAME">First Name </label>
478+
<label for="mce-FNAME" style="color:black" >First Name </label>
479479
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
480480
</div>
481481
<div class="mc-field-group">
482-
<label for="mce-LNAME">Last Name </label>
482+
<label for="mce-LNAME" style="color:black">Last Name </label>
483483
<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
484484
</div>
485485
<div id="mce-responses" class="clear">
486486
<div class="response" id="mce-error-response" style="display:none"></div>
487487
<div class="response" id="mce-success-response" style="display:none"></div>
488488
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
489489
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_c4596555113051d02c2fd46db_d3dfb7945d" tabindex="-1" value=""></div>
490-
<div class="clear"></div><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
490+
<div class="clear"></div><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary">
491491
</div>
492492
</form>
493493
</div>

style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
background-color: #eee !important;
6060
}
6161

62+
.EpicGrants{
63+
width: 25%; padding: 15px 0px;
64+
}
65+
6266
.background{
6367
background-color: #1b191d ;
6468
}
@@ -88,6 +92,9 @@
8892
.posicion{
8993
position: relative !important;
9094
}
95+
.EpicGrants{
96+
width: 50%; padding: 15px 0px;
97+
}
9198
}
9299

93100
.simbotic-intro-container {
@@ -157,3 +164,7 @@
157164
.video-text-bottom-space {
158165
margin-bottom: 30px;
159166
}
167+
168+
.formMail{
169+
color:black;
170+
}

0 commit comments

Comments
 (0)