Skip to content

Commit a244996

Browse files
committed
Added Vertex logo and Epic Image, a Form to subscribe was added.
1 parent a542d78 commit a244996

4 files changed

Lines changed: 75 additions & 5 deletions

File tree

76.8 KB
Loading
74.8 KB
Loading
150 KB
Loading

index.html

Lines changed: 75 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<div class=" col-md-4 col-sm-12"></div>
137137
</div>
138138

139-
<div class="simbotic-intro-container">
139+
<div class="simbotic-intro-container" style="background-color:#171518">
140140
<h1 class="simbotic-intro-title tittle highlight-phrase">
141141
Simbotic
142142
</h1>
@@ -160,8 +160,9 @@ <h1 class="simbotic-intro-title tittle highlight-phrase">
160160
</p>
161161
</div>
162162
</div>
163+
<div style="width:100%; height:35px; background-color: #171518"></div>
163164

164-
<div class="technologies-container">
165+
<div class="technologies-container" style="background-color: #171518; margin-top: 0px;">
165166
<div class="technologies-video">
166167
<iframe src="https://player.vimeo.com/video/331346322?loop=1&autopause=1&autoplay=1&muted=1&background=1"
167168
width="100%" height="100%" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
@@ -174,6 +175,18 @@ <h1 class="simbotic-intro-title tittle highlight-phrase">
174175
</div>
175176
</div>
176177

178+
<div id="driven" class="page-section background" style="background-color: #1b191d">
179+
180+
<div class=" BoxTittle bannerBottom" style="align-items: center;">
181+
<figure style="text-align:center">
182+
183+
<img
184+
src="images/EpicMegaGrants_Badge_Light.png" alt="" style="width: 50%; padding: 15px 0px;">
185+
</figure>
186+
187+
</div>
188+
</div>
189+
177190

178191
<div id="driven" class="page-section background" style="background-color: #171518">
179192

@@ -375,6 +388,8 @@ <h1 class="tittle highlight-phrase">
375388
</div>
376389
</div>
377390

391+
392+
378393
<div class=" BoxTittle bannerBottom" style="background-color: #171518">
379394
<div class="rowRoy">
380395
<div class=" col-md-4 col-sm-12"></div>
@@ -438,23 +453,72 @@ <h1 class="tittle highlight-phrase">
438453
</div>
439454
</div>
440455
</div>
456+
457+
<div class="rowRoy">
458+
<div class="col-md-2"></div>
459+
<div class="col-md-8">
460+
<!-- Begin Mailchimp Signup Form -->
461+
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
462+
<style type="text/css">
463+
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
464+
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
465+
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
466+
</style>
467+
<div id="mc_embed_signup">
468+
<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>
469+
<div id="mc_embed_signup_scroll">
470+
<h2>Subscribe</h2>
471+
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
472+
<div class="mc-field-group">
473+
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
474+
</label>
475+
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
476+
</div>
477+
<div class="mc-field-group">
478+
<label for="mce-FNAME">First Name </label>
479+
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
480+
</div>
481+
<div class="mc-field-group">
482+
<label for="mce-LNAME">Last Name </label>
483+
<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
484+
</div>
485+
<div id="mce-responses" class="clear">
486+
<div class="response" id="mce-error-response" style="display:none"></div>
487+
<div class="response" id="mce-success-response" style="display:none"></div>
488+
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
489+
<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">
491+
</div>
492+
</form>
493+
</div>
494+
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
495+
<!--End mc_embed_signup-->
496+
</div>
497+
<div class="col-md-2"></div>
498+
</div>
499+
441500

442501
<div id="js-grid-masonry" class="cbp"></div>
443502
<div id="" class="page-section notoppadding fondo8" style="background: #333333;">
444503
<div class="container clearfix center">
445504

446-
<div class="rowRoy justify-content-md-center" style="padding-bottom: 70px; padding-top: 70px;">
505+
<div class="rowRoy justify-content-md-center" style="padding-bottom: 30px; padding-top: 30px;">
447506

448507
<div class="col-12 col-md-6">
449508
<div class="team-member borede">
450509
<figure>
451510

452511
<a href="#" data-href="#home" class="standard-logo"><img
453-
src="images/Simbotic_LogoWhite.png" alt="" style="width: 200px"></a>
512+
src="images/Simbotic_LogoWhite.png" alt="" style="width: 300px; padding: 15px 0px 30px 0px"></a>
513+
</figure>
514+
<figure>
515+
516+
<a href="#" data-href="#home" class="standard-logo"><img
517+
src="images/Logotipo_VertexStudio_Version4_6.png" alt="" style="width: 300px; padding: 15px 0px;"></a>
454518
</figure>
455519

456520
<div style="color: #929292;">
457-
<div style="padding-top: 25px; padding-bottom: 15px;">
521+
<div style="padding-top: px; padding-bottom: px;">
458522
<h2 class="font-weight200" style="color: #929292; size: 30px;">CONTACT</h2>
459523
</div>
460524
<ul class="list-unstyled">
@@ -464,6 +528,7 @@ <h2 class="font-weight200" style="color: #929292; size: 30px;">CONTACT</h2>
464528
</ul>
465529

466530
</div>
531+
467532
</div>
468533
</div>
469534

@@ -476,6 +541,9 @@ <h2 class="font-weight200" style="color: #929292; size: 30px;">CONTACT</h2>
476541
</div>
477542
</section><!-- #content end -->
478543

544+
545+
546+
479547
</div><!-- #wrapper end -->
480548
<!-- Go To Top
481549
============================================= -->
@@ -484,6 +552,8 @@ <h2 class="font-weight200" style="color: #929292; size: 30px;">CONTACT</h2>
484552
</div>
485553

486554
<!-- <script src="js/oldVertexPage/jquery.easing.1.3.js"></script> -->
555+
556+
<!-- <script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us19.list-manage.com","uuid":"c4596555113051d02c2fd46db","lid":"d3dfb7945d","uniqueMethods":true}) })</script> -->
487557
<script src="js/jquery.js"></script>
488558
<script type="text/javascript" src="js/rozgo/jquery.cubeportfolio.min.js"></script>
489559
<script src="js/plugins.js"></script>

0 commit comments

Comments
 (0)