Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aktiva特設サイト実績追加 #147

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
44 changes: 43 additions & 1 deletion css/aktiva.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,54 @@ section {
padding: 0;
}

/**
* achivement
*/

.achivement {
background-image: url(../images/achivement.jpg);
}

.achivement h2 {
padding: 32px 0;
}

.achivement h3 {
margin: 24px 0;
}

.achivement h3 span {
position: relative;
}

.achivement h3 span::before {
content: '';
margin: auto -10px;
width: 100vw;
height: 2px;
background-color: #ffffff;
display: block;
position: absolute;
top: 0;
right: -100vw;
bottom: 0;
}

.achivement ul {
margin: 0;
padding-left: 20px;
}

.achivement li {
padding: 16px 0;
line-height: 1.5rem;
}

/**
* movie
*/

.movie {
background-image: url(../images/video.jpg);
padding-bottom: 60px;
}

Expand Down
Binary file added images/achivement.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/video.jpg
Binary file not shown.
17 changes: 17 additions & 0 deletions products/aktiva.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,23 @@ <h3>練習サポート機能</h3>
</div>
</section>

<section class="content achivement">
<div class="text">
<h2>実績</h2>
<h3><span>コンテスト</span></h3>
<ul>
<li>第27回全国高等専門学校プログラミングコンテスト 課題部門 特別賞受賞</li>
<li>平成28年度起業家甲子園 審査員特別賞受賞</li>
<li>ImagineCup2017日本予選大会 出場</li>
</ul>
<h3><span>メディア掲載</span></h3>
<ul>
<li>明石ケーブルテレビ「ケーブルNEWSあかし」明石高専が特別賞を受賞</li>
<li>明石ケーブルテレビ「イェイェイYENA☆」明石高専コラボ企画 etc.</li>
</ul>
</div>
</section>

<section class="content movie">
<h2>Aktiva紹介映像</h2>
<div class="player">
Expand Down