Skip to content

Commit

Permalink
feat: rimozione DDay 2024, sostituzione logo DM
Browse files Browse the repository at this point in the history
  • Loading branch information
fpignatelli committed Mar 26, 2024
1 parent c24e339 commit d349705
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 52 deletions.
4 changes: 2 additions & 2 deletions assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ a {
width: 460px;

&.logoDocms{
width: 130px;
margin-top: 50px;
width: 200px;
margin-top: 30px;
}
}

Expand Down
7 changes: 5 additions & 2 deletions pages/docsmarshal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<div class="businessUno backgroundSchermataDocsmarshal">
<div class="slideBusinessWA">
<img src="../static/docsm/dm_logo_white.png" class="logoDocms" />
<div class="textUno fontWhitetext" style="line-height: 1em;">
<div
class="textUno fontWhitetext"
style="line-height: 1em; padding-top: 10px"
>
docsmarshal<br />
</div>
<div class="fontWhitetext" style="font-size: 24px">
Expand All @@ -22,7 +25,7 @@
</div>
<div class="row pb-md-5 pt-sm-3 pb-sm-3 pt-3 pb-3 mb-xl-5 text-center">
<div
class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-10 text-center mx-auto fontSizeText fontLatoRegular fontGrayText"
class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-10 text-center mx-auto fontSizeText fontLatoRegular fontGrayText"
>
<p>
<b>Docsmarshal</b> è un sistema di
Expand Down
43 changes: 0 additions & 43 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,49 +19,6 @@
></animation>
</div>
</b-carousel>
<div class="container">
<div class="row pt-title1 pt-sm-3 pt-3">
<a
href="https://dday.docsmarshal.com/?objectId=545a5c77-4f95-4a39-93c6-428042fd17f1"
target="_blank"
title="DocsMarshal Day 2024 - ESC Enterprise Software Consulting srl"
>
<div
class="col-10 offset-1 text-center fontSizeTitle fontLatoBlack fontPinkText text-uppercase"
style="background-image: url('/docsm/dday_2024/Banner_bg.png'); background-size: 100%;"
>
<div
style="padding: 20px 0 0 0; font-family: 'Lato', sans-serif; letter-spacing: .045em;"
>
<h4
style="text-transform: lowercase; color: white; margin-bottom: 0"
>
mercoledì 20 marzo
<span style="font-weight:700; color: #f5662a">2024</span>
</h4>
<h5 style="text-transform: lowercase; color: white;">
09.00 - 16.00
</h5>
</div>
<img
src="/docsm/dday_2024/Banner1.png"
alt="DocsMarshal Day 2024 - ESC Enterprise Software Consulting srl"
style="width: 100%"
/>
<div
style="padding: 0 0 20px 0; font-family: 'Lato', sans-serif; letter-spacing: .045em;"
>
<h4 style="font-weight:700; color: #f5662a; margin-bottom: 0">
Palazzo Gambara
</h4>
<h5 style="text-transform: lowercase; color: white;">
via San Vito, 31 Bedizzole (BS)
</h5>
</div>
</div>
</a>
</div>
</div>
<div id="chi_siamo" class="container">
<div class="row pt-title1 pt-sm-3 pt-3">
<div
Expand Down
4 changes: 2 additions & 2 deletions pages/integrazioni-gestionali.vue
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export default {

<style scoped>
.logo_docsmarshal {
width: 200px;
margin-top: 30px;
width: 250px;
margin-top: 0px;
}
</style>
6 changes: 3 additions & 3 deletions pages/webapp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ export default {

<style scoped>
.logo_docsmarshal {
width: 140px;
margin-top: 20px;
margin-bottom: 15px;
width: 155px;
margin-top: 0;
margin-bottom: 0;
}
</style>
Binary file modified static/docsm/dm_logo_grey.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/docsm/dm_logo_white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d349705

Please sign in to comment.