Skip to content

Commit 14e9767

Browse files
Update index.html
1 parent de70c84 commit 14e9767

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
}
158158
.button-gradient {
159159
display: flex;
160-
font-size: 50px;
160+
font-size: 18px;
161161
background: linear-gradient(90deg, #C7FF9B 0%, #FFF6A7 100%);
162162
font-style: normal;
163163
transition: 0.3s;
@@ -178,7 +178,7 @@
178178
}
179179
.button-transparent {
180180
color: var(--dl-color-scheme-white);
181-
font-size: 50px;
181+
font-size: 18px;
182182
font-style: normal;
183183
transition: 0.3s;
184184
font-weight: 700;
@@ -210,6 +210,9 @@
210210
background-position: center 2%;
211211
padding-top: 12 !important;
212212
}
213+
.mobil2 {
214+
display: none;
215+
}
213216

214217
/* Mobil cihazlar için */
215218
@media screen and (max-width: 768px) {
@@ -223,7 +226,9 @@
223226
.mobil {
224227
display: none;
225228
}
226-
229+
.mobil2 {
230+
display: block;
231+
}
227232
}
228233
.bg-transparent {
229234
background-color: transparent;
@@ -1310,20 +1315,21 @@
13101315
</span> -->
13111316
<h1 class="home-title">
13121317
<span class="mobil" >Mathpath Console</span>
1318+
<span class="mobil2" ><br></span>
13131319
<span class="home-text08">Version Mp-6.x</span>
13141320
</h1>
13151321
<span class="home-description">
13161322
Our main mission is to develop easy (useful) scientific tools for all students or the education field and to do this together with the students.
13171323
</span>
13181324
<div class="home-container01">
1319-
<a id="googleLink" href="https://drive.google.com/file/d/1qmn0rI-gjdMj2SEzpu0TpWDZkkWyzRq0/view?usp=sharing" onclick="openLinks(); return false;" > <img class="button button-gradient" style="width: 50%;" src="https://icons.iconarchive.com/icons/graphicloads/100-flat/256/download-2-icon.png">
1325+
<a id="googleLink" href="https://drive.google.com/file/d/1qmn0rI-gjdMj2SEzpu0TpWDZkkWyzRq0/view?usp=sharing" onclick="openLinks(); return false;" > <img class="button button-gradient" style="width: 100%;" src="https://icons.iconarchive.com/icons/graphicloads/100-flat/256/download-2-icon.png">
13201326
</a>
13211327

13221328

13231329

13241330

13251331

1326-
<a href="https://play.google.com/store/apps/details?id=org.mathconsole_lite.mathconsole_lite&gl=TR" > <img class="button button-transparent" style="width: 78%;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhmIqE7kWiZMWx8b7TLYnKZ_TVBhOTPSb7TRJDcCSQ0PyIoDdfGe2A6HrMELN9sovFLo0CZPujl0w0ZmwWeb_f9gq_ZKGcDPH3TwzSvqC8d7oYWRo1RIDzNdgtSL6Sa2uSpwtpB-sF7SqcPOp4ZyxC_P8nifsPES8ibg75uF-NIzBrASgCYs7M2utE/s320/google-play-badge.png">
1332+
<a href="https://play.google.com/store/apps/details?id=org.mathconsole_lite.mathconsole_lite&gl=TR" > <img class="button button-transparent" style="width: 100%;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhmIqE7kWiZMWx8b7TLYnKZ_TVBhOTPSb7TRJDcCSQ0PyIoDdfGe2A6HrMELN9sovFLo0CZPujl0w0ZmwWeb_f9gq_ZKGcDPH3TwzSvqC8d7oYWRo1RIDzNdgtSL6Sa2uSpwtpB-sF7SqcPOp4ZyxC_P8nifsPES8ibg75uF-NIzBrASgCYs7M2utE/s320/google-play-badge.png">
13271333
</a>
13281334

13291335
</div>
@@ -1636,5 +1642,6 @@ <h1 class="home-text48">
16361642

16371643

16381644

1645+
16391646

16401647

0 commit comments

Comments
 (0)