Skip to content

Commit

Permalink
minor buigfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
papachristoumarios committed Feb 24, 2018
1 parent aadc3d8 commit 6024f8c
Show file tree
Hide file tree
Showing 7 changed files with 2,358 additions and 17 deletions.
4 changes: 2 additions & 2 deletions database/seeds/PeopleTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ public function run()
[

'name'=>json_encode([
'en'=> 'Barka Nadia',
'el'=> 'Μπάρκα Νάντια'
'en'=> 'Baka Konstantina',
'el'=> 'Μπάκα Κωνσταντίνα'
]),
'email' => '[email protected]',
'img_src' => '/images/team/fr/nadia.jpg',
Expand Down
4 changes: 3 additions & 1 deletion public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -13761,7 +13761,9 @@ article.home #auspices a:hover img {
article.home #map .map {
width: 100%;
height: 400px;
border: 0;
border-style: solid;
border-color: #E62B1E;
border-width: 4px;
}

article.home #map .venue-gallery {
Expand Down
2,326 changes: 2,326 additions & 0 deletions public/images/backgrounds/pixels_right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/speakers/romy-lorenz_alt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions resources/assets/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -828,10 +828,14 @@ article.home {
}
}
#map {

.map {
width: 100%;
height: 400px;
border: 0;
border-style: solid;
border-color: $brand-primary;
border-width: 4px;

}
.venue-gallery {
margin-top: 1rem;
Expand Down Expand Up @@ -1198,7 +1202,7 @@ article.schedule {

/* CONTACT PAGE */
article.contact {

form {
max-width: 768px;
margin: 0 auto;
Expand Down
8 changes: 7 additions & 1 deletion resources/views/home.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
{% block scripts -%}
<script class="pjax" src="{{ asset('js/lorenz.js') }}"></script>
<script class="pjax" src="{{ asset('js/home-animations.js') }}"></script>

<!-- MAPBOX -->
<script src='https://api.mapbox.com/mapbox-gl-js/v0.44.1/mapbox-gl.js'></script>
<link href='https://api.mapbox.com/mapbox-gl-js/v0.44.1/mapbox-gl.css' rel='stylesheet' />


{%- endblock %}
{% block content %}
<article class="home">
Expand Down Expand Up @@ -93,7 +99,7 @@
<section id="auspices">
<h2>{{ trans('general.home.sections.auspices.title') }}</h2>
<a href="https://www.ntua.gr">
<img class="img-fluid" src="/images/pyrforos.svg" alt="NTUA">
<img class="img-fluid" style="width: 70%;" src="/images/pyrforos.svg" alt="NTUA">
</a>
</section>

Expand Down
25 changes: 14 additions & 11 deletions resources/views/sponsors.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
<section class="content">
<h2>{{ trans('general.sponsors.rank.0') }}</h2>
<div class="container-fluid">


<div class="row vertical-align">
<div class="col col-12 col-lg-6">
<div class="col col-12 col-lg-4">
<a href="http://www.acg.edu/" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_deree.png') }}" srcset="{{ asset('images/sponsors/small/small_deree.png') }} 576w, {{ asset('images/sponsors/large/large_deree.png') }} 960w" alt="deree"></a>
</div>
<div class="col col-12 col-lg-6">
Expand All @@ -37,24 +39,25 @@
<h2>{{ trans('general.sponsors.rank.1') }}</h2>

<div class="container-fluid">

<div class="row vertical-align">
<div class="col col-12 col-lg-4">
<div class="col col-12 col-lg-3">
<a href="http://mellongroup.com" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_mellon.png') }}" srcset="{{ asset('images/sponsors/small/small_mellon.png') }} 576w, {{ asset('images/sponsors/large/large_mellon.png') }} 960w" alt="mellon"></a>
</div>


<div class="col col-12 col-lg-4">
<div class="col col-12 col-lg-3">
<a href="https://www.helpe.gr/en/" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_helpe.png') }}" srcset="{{ asset('images/sponsors/small/small_helpe.png') }} 576w, {{ asset('images/sponsors/large/large_helpe.png') }} 960w" alt="elpe"></a>
</div>
<div class="col col-12 col-lg-4">
<div class="col col-12 col-lg-3">
<a href="http://koutsodontis.gr" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_koutsodontis.png') }}" srcset="{{ asset('images/sponsors/small/small_koutsodontis.png') }} 576w, {{ asset('images/sponsors/large/large_koutsodontis.png') }} 960w" alt="koutsodontis"></a>
</div>

<div class="col col-12 col-lg-4">
<div class="col col-12 col-lg-3">
<a href="http://vodafonecu.gr" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_cu.png') }}" srcset="{{ asset('images/sponsors/small/small_cu.png') }} 576w, {{ asset('images/sponsors/large/large_cu.png') }} 960w" alt="cu"></a>
</div>

<div class="col col-12 col-lg-4">
<div class="col col-12 col-lg-3">
<a href="http://iccs.gr" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_iccs.png') }}" srcset="{{ asset('images/sponsors/small/small_iccs.png') }} 576w, {{ asset('images/sponsors/large/large_iccs.png') }} 960w" alt="iccs"></a>
</div>

Expand All @@ -65,18 +68,18 @@

<div class="container-fluid">
<div class="row vertical-align">
<div class="col col-6 col-lg-3">
<div class="col col-6 col-lg-2">
<a href="https://www.sas.com/el_gr/home.html" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_sas.png') }}" srcset="{{ asset('images/sponsors/small/small_sas.png') }} 576w, {{ asset('images/sponsors/large/large_sas.png') }} 960w" alt="sas"></a>
</div>
<div class="col col-6 col-lg-3">
<div class="col col-6 col-lg-2">
<a href="http://www.ktimakokotou.gr/" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_kokotou.png') }}" srcset="{{ asset('images/sponsors/small/small_kokotou.png') }} 576w, {{ asset('images/sponsors/large/large_kokotou.png') }} 960w" alt="kokotou"></a>
</div>

<div class="col col-6 col-lg-3">
<div class="col col-6 col-lg-2">
<a href="http://www.skag.gr/" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_skag.png') }}" srcset="{{ asset('images/sponsors/small/small_skag.png') }} 576w, {{ asset('images/sponsors/large/large_skag.png') }} 960w" alt="skag"></a>
</div>

<div class="col col-6 col-lg-3">
<div class="col col-6 col-lg-2">
<a href="http://www.molto.gr/" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_molto.png') }}" srcset="{{ asset('images/sponsors/small/small_molto.png') }} 576w, {{ asset('images/sponsors/large/large_molto.png') }} 960w" alt="molto"></a>
</div>

Expand All @@ -90,7 +93,7 @@

<div class="container-fluid">
<div class="row vertical-align">
<div class="col col-6 col-lg-3">
<div class="col col-6 col-lg-2">
<a href="http://stand-out.gr" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/media/small/small_standout.png') }}" srcset="{{ asset('images/media/small/small_standout.png') }} 576w, {{ asset('images/media/large/large_standout.png') }} 960w" alt="standout"></a>
</div>

Expand Down

0 comments on commit 6024f8c

Please sign in to comment.