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; font-size: 25px;
} }
menu {
background: #3f51b5;
margin: 0;
}
header { header {
background: #3f51b5; background: #3f51b5;
color: #ffffff; color: #ffffff;
padding: 50px 0; } padding: 0px 0;
header p { }
font-family: 'Allura';
color: rgba(255, 255, 255, 0.2); header p {
margin-bottom: 0; font-family: 'Allura';
font-size: 60px; color: rgba(255, 255, 255, 0.2);
margin-top: -30px; } margin-bottom: 0;
font-size: 60px;
margin-top: -30px;
}
.timeline { .timeline {
position: relative; } position: relative; }

View file

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