-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmit-article.html
More file actions
48 lines (32 loc) · 1.41 KB
/
submit-article.html
File metadata and controls
48 lines (32 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
layout: base
permalink: /call-for-article/registration/
---
<div class="t-light">
<div class="o-bleed o-bg">
<div class="o-full">
<h1 class="u-type-h2">Call for Article
</h1>
</div>
<div class="o-row u-no-wrap o-row--reflow-break-reverse">
<div class="o-half o-half--left-stacked o-half--padded o-half--content u-pt3">
<p class="u-type-panel-text u-m0">Inspire other people with your writing, write for NEXT 2019.</p>
</div>
<div class="o-over-half o-over-half--right">
<div class="u-ratio" style="padding-bottom: calc((711/1067)*100%);">
<div class="c-aspect-inner">
<img src="https://images.unsplash.com/photo-1457369804613-52c61a468e7d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=900&h=600" class="u-responsive" alt="Call for article" />
</div>
</div>
</div>
</div>
<br />
<div class="o-text-column u-mb5">
<p>This form is for submitting your articles. Please fill out the fields in the form properly.</p>
<form action="">
<input type="text" class="c-chunky-form__input" name="name" placeholder="Name">
<a href="" target="_blank" class="c-button">Send your article</a>
</form>
</div>
</div>
</div>