소스 검색

about Image update

master
kj1352 5 년 전
부모
커밋
f1700a9dd4
4개의 변경된 파일6개의 추가작업 그리고 8개의 파일을 삭제
  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 파일 보기

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


BIN
static/files/BOD2020.jpeg 파일 보기

Before After
Width: 1165  |  Height: 1073  |  Size: 137 KiB

+ 2
- 2
static/scss/about.scss 파일 보기

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

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




+ 3
- 5
templates/about.html 파일 보기

@@ -11,11 +11,9 @@
</section> </section>
<section class="about-content"> <section class="about-content">
<div class="inner-container"> <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="description">
<div class="heading"><mark>About</mark> BCB</div> <div class="heading"><mark>About</mark> BCB</div>
<h3>Brief History</h3> <h3>Brief History</h3>


불러오는 중...
취소
저장