-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6b6be5
commit 048c464
Showing
1 changed file
with
138 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Castella.art</title> | ||
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" /> | ||
<style> | ||
code { | ||
padding: .2em .4em; | ||
margin: 0; | ||
font-size: 110%; | ||
white-space: break-spaces; | ||
background-color: rgba(175, 184, 193, 0.2); | ||
border-radius: 6px; | ||
} | ||
|
||
blockquote { | ||
background-color: #f9f9f9; | ||
padding: 20px; | ||
border-left: 5px solid #ccc; | ||
} | ||
|
||
|
||
|
||
a { | ||
color: #0070f3; | ||
} | ||
</style> | ||
|
||
</head> | ||
|
||
<body class="home-page" style="font-family: 'Lato';"> | ||
|
||
<div class=" superContainer"> | ||
|
||
|
||
|
||
<div class="mainContainer" style="margin-top:22px"> | ||
|
||
|
||
<div style="padding:0 30px;text-align:left; margin:0 auto; max-width:620px;"> | ||
|
||
<div style="font-family: 'Courier New', Courier, monospace; text-align: left; margin-right:20px;"> | ||
|
||
CASTELLA PUBLISHING HOUSE | ||
<br /> | ||
|
||
<br /> | ||
<!-- <div | ||
style="margin-top:10px;font-family: 'Courier New', Courier, monospace; font-size: 0.9em; margin-bottom: 20px;"> | ||
</div> | ||
<div | ||
style="margin-top:10px;font-family: 'Courier New', Courier, monospace; font-size: 0.9em; margin-bottom: 20px;"> | ||
</div> --> | ||
</div> | ||
<div> | ||
<br /> | ||
First we imagine, <br /> | ||
then we implement. | ||
<br /> | ||
-------------------- | ||
<br /><br /> | ||
|
||
<br /> | ||
|
||
<!-- <blockquote style="font-size: 0.9em;"> | ||
</blockquote> --> | ||
<u>books</u> | ||
<br /> | ||
<br /> | ||
Build Yourself an ArchGPT (2025) | ||
<br /> | ||
<br /> | ||
<br /> | ||
<br /> | ||
<u>projects</u> | ||
<br /> | ||
<br /> | ||
- <a href="https://archy.build" target="_blank">archy.build</a>: your mechanical friend | ||
<br /> | ||
<br /> | ||
- <a href="https://archgpt.dev" target="_blank">archgpt.dev</a>: an open-source RAG engine based on | ||
hierarchy-graphs | ||
<br /> | ||
<br /> | ||
- <a href="https://lo.fish" target="_blank">lo.fish</a>: a meta-programming language | ||
<br /> | ||
<br /> | ||
|
||
- <a href="https://0a.io" target="_blank">0a.io</a>: a proto-scientific sutra reader for the Pali | ||
Canon in Theravada Buddhism | ||
|
||
</div> | ||
<br /> | ||
- ... | ||
<br /><br /><br /> | ||
<br /><br /> | ||
<!-- <CardGrid> | ||
<LinkCard title="Authoring Markdown" href="/guides/authoring-content/" /> | ||
<LinkCard title="Components" href="/guides/components/" /> | ||
</CardGrid> --> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
<p style="text-align:center; font-size:0.8em; margin-top: 20px;"> | ||
|
||
© 2024 Castella Publishing House Private Limited <br /> | ||
Tanjong Rhu Rd, Singapore. | ||
</p> | ||
<br /> | ||
</div> | ||
|
||
|
||
</body> | ||
|
||
</html> |