-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSubmit.html
45 lines (45 loc) · 1.81 KB
/
Submit.html
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
<!DOCTYPE html>
<html>
<head>
<title>Sociamics - The Contents</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="jpg/site_logo.png">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/column.css">
<link rel="stylesheet" href="css/myimg.css">
<link rel="stylesheet" href="css/slideshow.css">
</head>
<style>
</style>
<body>
<header>
<div style="text-align: right;"><img class="logo" src="jpg/site_logo.png" alt="site_logo" height="150px" width="auto"></div>
<body onload="startTime()">
<div id="txt"></div>
<script src="scripts/clock.js"></script>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Original_content.html">Originial Comics</a></li>
<li><a href="Bullpen.html">Bullpen</a></li>
<li><a href="cinema.html">cinema</a></li>
<li><a href="Submit.html">Show your artwork</a></li>
<li style="float:right"><a class="active" href="Author.html">Who's the Author</a></li>
</ul>
</nav>
<h2>Wants to see your artwork become publish online?</h2>
<h3 class="center">Submit your Creation to the following E-mail Address:</h3>
<h3 class="center"><a href="mailto:guy.bracha@gmail.com">guy.bracha@gmail.com</a></h3>
<div class="row">
<div class="column" style="background-color:rgb(177, 179, 255);">
<h2>For Visual Content</h2>
<p>The file must be a Jpeg or Png file</p>
</div>
<div class="column" style="background-color:rgb(218, 142, 142);">
<h2>For a Written content</h2>
<p>You must send your file as a Microsoft Word file</p>
</div>
</body>
</html>