website optimizations
This commit is contained in:
parent
db05f6da2c
commit
0652633f8c
BIN
img/thumbnails/1.jpg
Normal file
BIN
img/thumbnails/1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 145 KiB |
BIN
img/thumbnails/2.jpg
Normal file
BIN
img/thumbnails/2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
BIN
img/thumbnails/3.jpg
Normal file
BIN
img/thumbnails/3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
BIN
img/thumbnails/4.jpg
Normal file
BIN
img/thumbnails/4.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 105 KiB |
BIN
img/thumbnails/5.jpg
Normal file
BIN
img/thumbnails/5.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
BIN
img/thumbnails/6.jpg
Normal file
BIN
img/thumbnails/6.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
16
index.html
16
index.html
|
@ -23,7 +23,7 @@
|
|||
#about {
|
||||
padding: 10%;
|
||||
padding-left: 60%;
|
||||
background: url(img/1.png);
|
||||
background: url(img/1.jpg);
|
||||
background-repeat: no-repeat;
|
||||
color: #fff;
|
||||
background-size: 120% auto;
|
||||
|
@ -39,7 +39,7 @@
|
|||
#contact {
|
||||
padding: 10%;
|
||||
padding-right: 60%;
|
||||
background: url(img/2.png);
|
||||
background: url(img/2.jpg);
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 50%;
|
||||
|
@ -124,12 +124,12 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="screenshots">
|
||||
<img src="img/screenshots/1.png" class="left"></img>
|
||||
<img src="img/screenshots/2.png" class="right"></img>
|
||||
<img src="img/screenshots/3.png" class="left"></img>
|
||||
<img src="img/screenshots/4.png" class="right"></img>
|
||||
<img src="img/screenshots/5.png" class="left"></img>
|
||||
<img src="img/screenshots/6.png" class="right"></img>
|
||||
<a href="img/screenshots/1.png"><img src="img/thumbnails/1.jpg" class="left"></img></a>
|
||||
<a href="img/screenshots/2.png"><img src="img/thumbnails/2.jpg" class="right"></img></a>
|
||||
<a href="img/screenshots/3.png"><img src="img/thumbnails/3.jpg" class="left"></img></a>
|
||||
<a href="img/screenshots/4.png"><img src="img/thumbnails/4.jpg" class="right"></img></a>
|
||||
<a href="img/screenshots/5.png"><img src="img/thumbnails/5.jpg" class="left"></img></a>
|
||||
<a href="img/screenshots/6.png"><img src="img/thumbnails/6.jpg" class="right"></img></a>
|
||||
</div>
|
||||
<div id="contact">
|
||||
<div style="padding: 24px; border-radius: 16px;">
|
||||
|
|
Loading…
Reference in a new issue