Skip to content
This repository was archived by the owner on Jul 6, 2020. It is now read-only.

Modified get involved page to the current version of EvalAI #136

Merged
merged 14 commits into from
Jul 4, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions src/app/components/get-involved/get-involved.component.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
<app-header-static></app-header-static>
<div class="container-top container align-center get-involved-container">
<div class="get-involved-title">
Get Involved
<div>
<h4 class="get-involved-title align-center fw-semibold">Get Involved</h4>
</div>
<div class="get-involved-description">
Thanks for your interest in helping out with the EvalAI project! We're a team of volunteers around the world who want to reduce the barrier to entry for doing AI research and make it easier for researchers, students and developers to develop and use state-of-the-art algorithms as a service. We are always listening for suggestions to improve our platform, including identifying bugs and discussing enhancements. Here are different ways in which how you can help:
<p class="content-section">Thanks for your interest in helping out with the EvalAI project! We're a team of volunteers around the world who want to reduce the barrier to entry for doing AI research and make it easier for researchers, students and developers to develop and use state-of-the-art algorithms as a service. We are always listening for suggestions to improve our platform, including identifying bugs and discussing enhancements. Here are different ways in which how you can help:<p>
</div>
<div class="get-involved-section">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="get-involved-section-title left">Report issues</div>
<div class="get-involved-section-body left content">If you identify a bug or run into issues while using the website, or you'd like to suggest some new features or want to get in touch with us, feel free to reach out via our <a href="https://groups.google.com/forum/#!forum/evalai" class="red-link">EvalAI Google Group</a>, or contact us at <a href="mailto:[email protected]" class="red-link">[email protected]</a>.</div>
<div style="font-size: 24px;" class="get-involved-section-title left">Report issues</div>
<div class="get-involved-section-body left content">
<p class="content-section">If you identify a bug or run into issues while using the website, or you'd like to suggest some new features or want to get in touch with us, feel free to reach out via our <a href="https://groups.google.com/forum/#!forum/evalai" class="red-link">EvalAI Google Group</a>, or contact us at <a href="mailto:[email protected]" class="red-link">[email protected]</a>.</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<img src="assets/images/get_involved/Report_image.png" />
Expand All @@ -25,7 +27,9 @@
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="get-involved-section-title left">Improving and maintaining the site</div>
<div class="get-involved-section-body left content">The EvalAI project is fully open source, and is maintained by a large community of volunteers on <a href="https://github.com/Cloud-CV/EvalAI" class="red-link">Github</a>. We are in need of coders and designers so if you would like to help out, please drop us a line! The best way to get started is to write us at <a href="mailto:[email protected]" class="red-link">[email protected]</a> or ping us on our <a class="red-link" href="https://gitter.im/Cloud-CV/EvalAI">Gitter Channel</a>.</div>
<div class="get-involved-section-body left content">
<p class="content-section">The EvalAI project is fully open source, and is maintained by a large community of volunteers on <a href="https://github.com/Cloud-CV/EvalAI" class="red-link">Github</a>. We are in need of coders and designers so if you would like to help out, please drop us a line! The best way to get started is to write us at <a href="mailto:[email protected]" class="red-link">[email protected]</a> or ping us on our <a class="red-link" href="https://gitter.im/Cloud-CV/EvalAI">Gitter Channel</a>.</p>
</div>
</div>
</div>
</div>
Expand All @@ -34,7 +38,9 @@
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="get-involved-section-title left">Press</div>
<div class="get-involved-section-body left content">If you're a journalist who would like to help spread the word about EvalAI or CloudCV, please email <a href="mailto:[email protected]" class="red-link">[email protected]</a>.</div>
<div class="get-involved-section-body left content">
<p class="content-section">If you're a journalist who would like to help spread the word about EvalAI or CloudCV, please email <a href="mailto:[email protected]" class="red-link">[email protected]</a>.</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<img src="assets/images/get_involved/Press_image.png" />
Expand All @@ -49,7 +55,9 @@
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="get-involved-section-title left">Partnership</div>
<div class="get-involved-section-body left content">If you are interested in partnering with us to make a bigger impact on the research community, or want to host a challenge of your own, please email <a href="mailto:[email protected]" class="red-link">[email protected]</a>.</div>
<div class="get-involved-section-body left content">
<p class="content-section">If you are interested in partnering with us to make a bigger impact on the research community, or want to host a challenge of your own, please email <a href="mailto:[email protected]" class="red-link">[email protected]</a>.</p>
</div>
</div>
</div>
</div>
Expand Down
31 changes: 22 additions & 9 deletions src/app/components/get-involved/get-involved.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@

.get-involved-container {
overflow-x: hidden;
* {
color: $gray-darker;
font-weight: $fw-light;
.get-involved-title {
font-size: $fs-34;
margin-top: 50px;
margin-bottom: 13px;
font-weight: $fw-semibold;
color: #4d4d4d;
box-sizing: border-box;
line-height: 110%;
}
hr {
margin-left: 100px;
Expand All @@ -15,19 +20,19 @@
border-bottom:0px;
border-top:1px solid $overlay-light;
}
.get-involved-title {
font-size: $fs-24;
margin-top:50px;
font-weight:$fw-semibold;
}
.get-involved-description {
color: #4d4d4d;
font-size: $fs-16;
margin-top: 30px;
margin-bottom:50px;
padding-left: 100px;
padding-right: 100px;
line-height: 20px;
letter-spacing: 0.5px;

.content-section {
color: #4d4d4d;
}
}
.get-involved-section {
margin-top: 30px;
Expand All @@ -36,12 +41,16 @@
overflow: auto;
div {
.get-involved-section-title {
font-size: $fs-18;
font-weight: $fw-semibold;
margin-bottom: 30px;
margin-top: 100px;
font-size: $fs-24;
color: #4d4d4d;
box-sizing: border-box;
line-height: 110%;
}
.get-involved-section-body {
color: #4d4d4d;
font-size: $fs-16;
text-align: left;
line-height: 20px;
Expand All @@ -54,6 +63,10 @@
color: $red-dark;
}
}

.content-section {
color: #4d4d4d;
}
}
}

Expand Down
1 change: 1 addition & 0 deletions src/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ $fs-20: 20px;
$fs-22: 22px;
$fs-24: 24px;
$fs-30: 30px;
$fs-34: 34px;
$fs-36: 36px;


Expand Down