wip
This commit is contained in:
parent
96e95f56d2
commit
364ebbc162
2 changed files with 114 additions and 55 deletions
58
index.html
58
index.html
|
@ -43,60 +43,8 @@
|
|||
|
||||
<div class="main-scrollable">
|
||||
<article class="sections">
|
||||
|
||||
<!-- TOPLULUK SERVİSLERİMİZ -->
|
||||
<div class="section">
|
||||
<h1>Topluluk Servislerimiz</h1>
|
||||
<ul class="grid grid-linear grid-big">
|
||||
<li class="element hover" style="display:flex;">
|
||||
<a href="https://anket.iflpanel.com" style="height: 100%; width: 100%; align-self: center; color: #45c301">
|
||||
<h3 class="with-explanation" style="font-size: xx-large;">İFL <u>Anket</u> Sitesi</h3>
|
||||
<p class="explanation">Anket ve Form Servisi</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="element hover" style="display:flex;">
|
||||
<a href="https://galeri.iflpanel.com" style="height: 100%; width: 100%; align-self: center; color: #ff7700">
|
||||
<h3 class="with-explanation" style="font-size: xx-large;">İFL <u>Galeri</u> Sitesi</h3>
|
||||
<p class="explanation">İzmir Fen Lisesi Okul Galerisi</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- DİĞER SERVİSLERİMİZ-->
|
||||
<div class="section">
|
||||
<h2>Diğer Servislerimiz</h2>
|
||||
<ul class="grid grid-linear">
|
||||
<li class="element hover">
|
||||
<a href="https://kutuphane.iflpanel.com">
|
||||
<h3 class="with-explanation">İFL Kütüphane</h3>
|
||||
<p class="explanation">Kitaplar ve ders notları</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="element hover">
|
||||
<a href="https://wiki.iflpanel.com/shelves/iflpanel-kullanimi">
|
||||
<h3 class="with-explanation">Dokümantasyon</h3>
|
||||
<p class="explanation">Site kullanım rehberi</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="element hover">
|
||||
<a href="https://tahta.iflpanel.com">
|
||||
<h3 class="with-explanation">Akıllı Tahta Arkaplanı</h3>
|
||||
<p class="explanation">Sınıflar için işlevsel arkaplan</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="element hover">
|
||||
<a href="https://l.iflpanel.com">
|
||||
<h3 class="with-explanation">Link Kısaltıcı</h3>
|
||||
<p class="explanation">Link Kısaltıcı</p>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div>
|
||||
Site şu anda düzenleniyor
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
@ -108,4 +56,4 @@
|
|||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
111
index.html.bak
Normal file
111
index.html.bak
Normal file
|
@ -0,0 +1,111 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="tr">
|
||||
|
||||
<head>
|
||||
<!--!Copyright © 2023 Aliberk Sandıkçı -->
|
||||
<!--!Copyright © 2023 iflpanel Developers -->
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<!-- Meta Content -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="İzmir Fen Lisesi Topluluk Sitesi Ana Sayfa">
|
||||
<meta name="keywords" content="İFL,İzmir Fen,Topluluk,Lise,mainpage,main,anasayfa,ana sayfa">
|
||||
<meta name="author" content="Aliberk Sandıkçı">
|
||||
|
||||
<!-- CSS Files -->
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/main.css">
|
||||
|
||||
<!-- Icons/Fonts/Images -->
|
||||
<link rel="icon" type="image/x-icon" href="/assets/images/icons/favicon.ico">
|
||||
|
||||
|
||||
<title>iflpanel</title>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<a href="/" id="hlogo"><img src="/assets/images/icons/favicon.png"></a>
|
||||
<nav>
|
||||
<ul>
|
||||
<a href="/yunohost/sso">
|
||||
<li>Topluluk Girişi</li>
|
||||
</a>
|
||||
<a href="about.html">
|
||||
<li>Hakkında</li>
|
||||
</a>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="main-scrollable">
|
||||
<article class="sections">
|
||||
|
||||
<!-- TOPLULUK SERVİSLERİMİZ -->
|
||||
<div class="section">
|
||||
<h1>Topluluk Servislerimiz</h1>
|
||||
<ul class="grid grid-linear grid-big">
|
||||
<li class="element hover" style="display:flex;">
|
||||
<a href="https://anket.iflpanel.com" style="height: 100%; width: 100%; align-self: center; color: #45c301">
|
||||
<h3 class="with-explanation" style="font-size: xx-large;">İFL <u>Anket</u> Sitesi</h3>
|
||||
<p class="explanation">Anket ve Form Servisi</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="element hover" style="display:flex;">
|
||||
<a href="https://galeri.iflpanel.com" style="height: 100%; width: 100%; align-self: center; color: #ff7700">
|
||||
<h3 class="with-explanation" style="font-size: xx-large;">İFL <u>Galeri</u> Sitesi</h3>
|
||||
<p class="explanation">İzmir Fen Lisesi Okul Galerisi</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- DİĞER SERVİSLERİMİZ-->
|
||||
<div class="section">
|
||||
<h2>Diğer Servislerimiz</h2>
|
||||
<ul class="grid grid-linear">
|
||||
<li class="element hover">
|
||||
<a href="https://kutuphane.iflpanel.com">
|
||||
<h3 class="with-explanation">İFL Kütüphane</h3>
|
||||
<p class="explanation">Kitaplar ve ders notları</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="element hover">
|
||||
<a href="https://wiki.iflpanel.com/shelves/iflpanel-kullanimi">
|
||||
<h3 class="with-explanation">Dokümantasyon</h3>
|
||||
<p class="explanation">Site kullanım rehberi</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="element hover">
|
||||
<a href="https://tahta.iflpanel.com">
|
||||
<h3 class="with-explanation">Akıllı Tahta Arkaplanı</h3>
|
||||
<p class="explanation">Sınıflar için işlevsel arkaplan</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="element hover">
|
||||
<a href="https://l.iflpanel.com">
|
||||
<h3 class="with-explanation">Link Kısaltıcı</h3>
|
||||
<p class="explanation">Link Kısaltıcı</p>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<footer>
|
||||
<div class="copyright" style="text-align: center;">2023 © <a href="https://asandikci.com/">Aliberk
|
||||
Sandıkçı</a><br><sup>İzmir Fen Lisesi 24 dönemi öğrencisi</sup><br>*site içindeki veriler bizzat İzmir Fen
|
||||
Lisesi'ni ilgilendirmemektedir.</div>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue