This commit is contained in:
inonehp 2023-08-15 09:02:18 +03:00
commit c8ac58c464
4 changed files with 17 additions and 54 deletions

View file

@ -1,15 +1,14 @@
/* v.1.3.5 */
/* v.1.3.6 */
/* https://developers.google.com/fonts/docs/material_icons */
/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src:
url(/font/MaterialIcons-Regular.woff2) format('woff2');
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(/font/MaterialIcons-Regular.woff2) format('woff2');
font-display: swap;
}
@ -37,6 +36,8 @@ font-display: swap;
/* Support for IE. */
font-feature-settings: 'liga';
padding: 0;
margin: 0;
}
/* fix cancel icon */
@ -93,11 +94,12 @@ justify-content: center;
.menu a{
display: flex;
justify-content: center;
justify-content: start;
align-content: center;
text-transform: lowercase;
padding: 10px 5px;
padding: 7px 12px;
margin:0;
text-wrap: balance;
}
.menu a::first-letter {

View file

@ -474,45 +474,6 @@ document.getElementById("hotLinks").innerHTML = a;
</div>
<!-- end menu -->
<!-- start menu -->
<div id="mini-projects"></div>
<div class="block padding"></div>
<div class="block op tCenter padding h6">Mini-projects:</div>
<div class="menu">
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/1-about-blank/"> about blank</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/2-adaptive-web-design/"> adaptive web design</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/3-angled/"> angled</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/4-angled-light-walpaper/"> angled light walpaper</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/5-animation-border-button/"> animation border button</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/6-animation-test/"> animation test</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/7-balloon/"> balloon</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/8-blockquotes-cpc/"> blockquotes cpc</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/9-css-pc/"> css pc</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/10-earth-textures-cpc/"> earth textures cpc</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/11-matrix/"> matrix</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/12-not-sleep-pc/"> not sleep pc</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/13-old-windows-os-popup/"> old windows os popup</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/14-pull-quotes-cpc/"> pull quotes cpc</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/15-pumpkin/"> pumpkin</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/16-quote-poster-cpc/"> quote poster cpc</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/17-rain-cpc/"> rain cpc</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/18-random-button-cpc/"> random button cpc</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/19-round-cpc/"> round cpc</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/20-snow/"> snow</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/21-sun-cpc/"> sun cpc</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/22-synthetic-textures-cpc/"> synthetic textures cpc</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/26-table-in-progress/"> table in progress</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/23-testimonial-quotes-cpc/"> testimonial quotes cpc</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/24-textarea/"> textarea</a>
<a class="insertIcon button light3 border3" tabindex="0" href="/mini-projects/25-tpl-project-mini/"> tpl project mini</a>
</div>
<!-- end menu -->
<script>
/*
async function divIdToTag(printId, fromId){

View file

@ -48,12 +48,13 @@ justify-content: center;
.tehemeListItem {
display: inline-block;
justify-content: center;
justify-content: start;
align-content: center;
text-transform: lowercase;
padding: 10px 4px; margin:0;
cursor: pointer;
border-radius: 5px;
text-wrap: balance;
}
.tehemeList .tehemeListItem { display: flex; }

View file

@ -1,4 +1,4 @@
/* v.1.0.2 */
/* v.1.0.3 */
@ -13,7 +13,6 @@ margin-bottom: -30px;
}
.menu {
display: grid;
/*grid-template-areas: "a a a a a";*/
@ -27,14 +26,14 @@ justify-content: center;
@media(max-width: 150px) { .menu { display: block; width: 100%; }}
.menu a{
display:flex;
justify-content: center;
display: flex;
justify-content: start;
align-content: center;
text-transform: lowercase;
padding: 10px 5px;
padding: 7px 12px;
margin:0;
text-wrap: balance;
}
.logo, .logo2 {