Ver a proveniência

about Image update

master
kj1352 há 5 anos
ascendente
cometimento
f1700a9dd4
4 ficheiros alterados com 6 adições e 8 eliminações
  1. +1
    -1
      static/css/about.css
  2. BIN
      static/files/BOD2020.jpeg
  3. +2
    -2
      static/scss/about.scss
  4. +3
    -5
      templates/about.html

+ 1
- 1
static/css/about.css Ver ficheiro

@@ -122,7 +122,6 @@
width: 37%;
align-self: center;
display: flex;
height: 50vh;
}
@media screen and (max-width: 1024px) {
.about-content figure {
@@ -135,6 +134,7 @@
height: 100%;
object-fit: cover;
object-position: top;
display: block;
}
.about-content p {
width: 90%;


BIN
static/files/BOD2020.jpeg Ver ficheiro

Antes Depois
Largura: 1165  |  Altura: 1073  |  Tamanho: 137 KiB

+ 2
- 2
static/scss/about.scss Ver ficheiro

@@ -108,8 +108,7 @@
width: 37%;
align-self: center;
display: flex;
height: 50vh;

@media screen and (max-width: 1024px) {
width: 100%;
}
@@ -120,6 +119,7 @@
height: 100%;
object-fit: cover;
object-position: top;
display: block;
}
}



+ 3
- 5
templates/about.html Ver ficheiro

@@ -11,11 +11,9 @@
</section>
<section class="about-content">
<div class="inner-container">
<div class="scene-container">
<object data="{% static 'files/board_of_dir_2020.pdf' %}" type="application/pdf" style="width:100%; height:100%;" class="active" data-scene-target = "sales">
<embed src="{% static 'files/board_of_dir_2020.pdf' %}" type="application/pdf" />
</object>
</div>
<figure>
<img src="{% static 'files/BOD2020.jpeg' %}" alt="">
</figure>
<div class="description">
<div class="heading"><mark>About</mark> BCB</div>
<h3>Brief History</h3>


Carregando…
Cancelar
Guardar