mirror of
https://github.com/kevinnlsamuel/rainbowcroissant.git
synced 2025-12-06 10:06:01 +05:30
PAGES
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
</main>
|
</main>
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<h1>{{site.name}}</h1>
|
<h1>{{site.name}}</h1>
|
||||||
|
<p>/ ˈreɪnˌboʊ krəˈsɑnt /</p>
|
||||||
<p>{{site.desc}}</p>
|
<p>{{site.desc}}</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
13
src/index.md
Normal file
13
src/index.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
layout: base
|
||||||
|
title: home
|
||||||
|
---
|
||||||
|
|
||||||
|
<q>{{site.name}}</q> is called what it is
|
||||||
|
because it's a free domain that happened
|
||||||
|
to also be pretty catchy.
|
||||||
|
|
||||||
|
These are supposed to be tools that will
|
||||||
|
make EFL University a little easier.
|
||||||
|
|
||||||
|
PS: It's pronounced [kruh-**sahnt**] in English. ([Dictionary.com](https://www.dictionary.com/browse/croissant))
|
||||||
18
src/quick.md
Normal file
18
src/quick.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
layout: base
|
||||||
|
title: quick links
|
||||||
|
---
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
|
||||||
|
# Quick Links
|
||||||
|
|
||||||
|
to pages related to the EFL University
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
- [Web OPAC](http://14.139.86.102:8080/newgenlibctxt/){ target="_blank" }
|
||||||
|
- [remotexs](https://efluniversity.remotexs.in/){ target="_blank" }
|
||||||
|
|
||||||
|
</article>
|
||||||
16
src/services.md
Normal file
16
src/services.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
layout: base.liquid
|
||||||
|
title: services
|
||||||
|
---
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h1>COMING SOON…</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
a collection of tools to make life a
|
||||||
|
little easier in this uni… maybe…
|
||||||
|
|
||||||
|
…someone has to make them and they are lazy
|
||||||
|
|
||||||
|
</article>
|
||||||
Reference in New Issue
Block a user