parent
1c7bcb9b17
commit
38a161eb64
|
@ -67,17 +67,13 @@
|
||||||
transform: translateY(10%);
|
transform: translateY(10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-hr {
|
|
||||||
margin-top: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.feature-item {
|
.feature-item {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
max-width: 80vw;
|
max-width: 90vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -105,11 +101,7 @@
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-item > img.bshadow {
|
.feature-item > img.feat-preview {
|
||||||
box-shadow: 3px 3px 3px var(--md-primary-fg-color--dark);
|
|
||||||
}
|
|
||||||
|
|
||||||
.feature-item > img.timeline {
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
box-shadow: 0 0 8px 1px var(--md-primary-fg-color--dark);
|
box-shadow: 0 0 8px 1px var(--md-primary-fg-color--dark);
|
||||||
}
|
}
|
||||||
|
@ -153,10 +145,6 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-hr {
|
|
||||||
margin-top: 35px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.feature-item {
|
.feature-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 850px;
|
width: 850px;
|
||||||
|
@ -287,8 +275,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
<!-- Main site box descriptions -->
|
{% block content %}
|
||||||
<div class="top-hr">
|
<div class="top-hr">
|
||||||
<div class="feature-item">
|
<div class="feature-item">
|
||||||
<div>
|
<div>
|
||||||
|
@ -302,7 +291,7 @@
|
||||||
and open source!
|
and open source!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<img class="bshadow" src="assets/nclogo.webp" alt="Nextcloud" draggable="false">
|
<img class="feat-preview" src="assets/nclogo.webp" alt="Nextcloud" draggable="false">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="feature-item">
|
<div class="feature-item">
|
||||||
|
@ -333,7 +322,7 @@
|
||||||
thousands of photos.
|
thousands of photos.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<img class="timeline" src="assets/timeline-sample.webp" alt="Timeline" draggable="false">
|
<img class="feat-preview" src="assets/timeline-sample.webp" alt="Timeline" draggable="false">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="feature-item">
|
<div class="feature-item">
|
||||||
|
@ -402,7 +391,7 @@
|
||||||
photos at a location with its name with accurate reverse geocoding.
|
photos at a location with its name with accurate reverse geocoding.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<img class="timeline" src="assets/map-sample.webp" alt="Map" draggable="false">
|
<img class="feat-preview" src="assets/map-sample.webp" alt="Map" draggable="false">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="feature-item">
|
<div class="feature-item">
|
||||||
|
@ -419,7 +408,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}{% endblock %}
|
|
||||||
{% block footer %}{% endblock %}
|
|
|
@ -1,6 +1,14 @@
|
||||||
site_name: Memories
|
site_name: Memories
|
||||||
repo_url: https://github.com/pulsejet/memories
|
repo_url: https://github.com/pulsejet/memories
|
||||||
repo_name: pulsejet/memories
|
repo_name: pulsejet/memories
|
||||||
|
copyright: Copyright © 2022 - 2023 Varun Patil
|
||||||
|
|
||||||
|
extra:
|
||||||
|
social:
|
||||||
|
- icon: fontawesome/brands/discord
|
||||||
|
link: https://discord.gg/7Dr9f9vNjJ
|
||||||
|
- icon: fontawesome/brands/github
|
||||||
|
link: https://github.com/pulsejet/memories
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
|
Loading…
Reference in New Issue