Add link to submit event

This commit is contained in:
Luc Juggery 2018-01-26 10:00:48 +01:00
parent 039edcc35d
commit 1f9b3031e5
3 changed files with 26 additions and 7 deletions

8
ISSUE_TEMPLATE.md Normal file
View file

@ -0,0 +1,8 @@
In case you want to submit a new event, please make sure to provide the following information:
- Type of event: meetup, TelecomValley, RivieraJug, other...
- Date
- Title
- Description
- Link to the main event's web site
- Logo

View file

@ -20,16 +20,24 @@ h2 {
font-size: 25px;
}
menu {
background: #3f51b5;
margin: 0;
}
header {
background: #3f51b5;
color: #ffffff;
padding: 50px 0; }
header p {
padding: 0px 0;
}
header p {
font-family: 'Allura';
color: rgba(255, 255, 255, 0.2);
margin-bottom: 0;
font-size: 60px;
margin-top: -30px; }
margin-top: -30px;
}
.timeline {
position: relative; }

View file

@ -17,6 +17,9 @@
</head>
<body>
<menu>
<a href="https://github.com/lucj/sophia.events/issues/new">Submit an event (via GitHub)</a>
</menu>
<header>
<div class="container text-center">
<h1>Technical events in #SophiaAntipolis</h1>