File tree Expand file tree Collapse file tree 6 files changed +47
-7
lines changed Expand file tree Collapse file tree 6 files changed +47
-7
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ header-tagline: Advancing Science through Multi‑Disciplinary AI
72
72
# IMPORTANT: you can modify contact form from this static template, but now works contact form works with a free external server
73
73
# To configure this contact form, first please send a fictive email afeter you enter below your email and verify that :)
74
74
#
75
-
75
+
76
76
77
77
# # Offer Banner Link
78
78
# # Default link is a link to all Sera OnePage products
@@ -576,7 +576,7 @@ roles:
576
576
# ########### Contact ############
577
577
# ####################################
578
578
contact-title : Contact Us
579
- contact-description : Let's pioneer the future of science together. Contact us to join the conversation .
579
+ contact-description : Need more information? Get in touch .
580
580
581
581
# ####################################
582
582
# ############ Footer ############
Original file line number Diff line number Diff line change 39
39
< li > < a href ="{{ site.baseurl }}/#team "> Team</ a > </ li >
40
40
< li > < a href ="{{ site.baseurl }}/#careers "> Careers</ a > </ li >
41
41
<!-- <li><a href="{{ site.baseurl }}#prices">Prices</a></li> -->
42
- <!-- < li><a href="{{ site.baseurl }}#contact">Contact</a></li> -- >
42
+ < li > < a href ="{{ site.baseurl }}#contact "> Contact</ a > </ li >
43
43
</ ul >
44
44
</ nav >
45
45
</ div >
Original file line number Diff line number Diff line change 42
42
< li > < a href ="#blog "> News</ a > </ li >
43
43
< li > < a href ="#team "> Team</ a > </ li >
44
44
< li > < a href ="#careers "> Careers</ a > </ li >
45
+ < li > < a href ="#contact "> Contact</ a > </ li >
45
46
<!-- <li><a href="#prices">Prices</a></li> -->
46
- <!-- <li><a href="#contact">Contact</a></li> -->
47
47
</ ul >
48
48
</ nav >
49
49
Original file line number Diff line number Diff line change @@ -18,16 +18,18 @@ <h2>{{ site.contact-title }}</h2>
18
18
</ header >
19
19
20
20
<!-- Section Content -->
21
- < div class ="col-md-8 col-md-push-2 col-sm-12 section-content ">
21
+ < div class ="col-md-8 col-md-push-2 col-sm-12 contact-description ">
22
22
< p > {{ site.contact-description }}</ p >
23
+ < a href ="mailto:{{ site.email }} " target ="_blank " class ="contact-button "> {{site.email}}</ a >
23
24
</ div >
24
25
25
26
</ div >
26
27
27
28
<!-- Form Container -->
29
+ <!--
28
30
<div class="row form-container">
29
31
30
- <!-- Contact Form -->
32
+ <!-- Contact Form
31
33
<div class="col-md-8 col-md-push-2">
32
34
<form id="sera-contact-form" action="https://formspree.io/{{ site.email }}" method="POST"
33
35
class="contact-form container-fluid">
@@ -52,7 +54,7 @@ <h2>{{ site.contact-title }}</h2>
52
54
</form>
53
55
</div>
54
56
55
- </ div >
57
+ </div> -->
56
58
57
59
</ div >
58
60
</ section >
Original file line number Diff line number Diff line change @@ -23,6 +23,42 @@ section.contact-section {
23
23
}
24
24
}
25
25
26
+ .contact-description {
27
+ p {
28
+ font-size : 1.5rem ;
29
+ font-weight : 500 ;
30
+ color : $white ;
31
+ margin-bottom : 1.5rem ;
32
+ }
33
+ }
34
+
35
+ .contact-button ,
36
+ button {
37
+ display : inline-block ;
38
+ width : auto ;
39
+ max-width : 100% ;
40
+ color : $white ;
41
+ border : 2px solid $primary ;
42
+ padding : 0.8em 2em ;
43
+ cursor : pointer ;
44
+ font-size : 1rem ;
45
+ font-weight : 500 ;
46
+ text-align : center ;
47
+
48
+ & .button-focus {
49
+ color : $white ;
50
+ background-color : $primary ;
51
+ }
52
+
53
+ & :hover ,
54
+ & :active {
55
+ color : $white ;
56
+ border-color : lighten ($primary , 20% );
57
+ background-color : lighten ($primary , 20% );
58
+ }
59
+
60
+ }
61
+
26
62
// Form Container
27
63
.form-container {
28
64
margin-top : 80px ;
Original file line number Diff line number Diff line change 17
17
18
18
{% include sections/careers.html %}
19
19
20
+ {% include sections/contact.html %}
21
+
20
22
<!-- include sections/contact.html -->
You can’t perform that action at this time.
0 commit comments