mirror of
https://github.com/urinalcaketopper/fddl.dev.git
synced 2025-06-03 20:24:47 +00:00
added screenshot lol
This commit is contained in:
parent
0cfcecd0a7
commit
cda840acf7
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>fddl Programming Language</title>
|
||||
<title>fddl programming language</title>
|
||||
<!-- Meta Tags for SEO -->
|
||||
<meta name="description" content="fddl is a small programming language inspired by various languages, designed to help learn language implementation concepts in Rust.">
|
||||
<meta name="keywords" content="fddl programming language, Rust, hobby language, lexer, parser, interpreter, custom syntax, language implementation">
|
||||
@ -26,8 +26,8 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img src="logo-small.png" class="logo" alt="fddl temporary logo">
|
||||
<h1>fddl Programming Language</h1>
|
||||
<a href="https://fddl.dev"><img src="logo-small.png" class="logo" alt="fddl temporary logo"></a>
|
||||
<h1>fddl programming language</h1>
|
||||
</header>
|
||||
<main>
|
||||
<section class="images">
|
||||
@ -35,6 +35,7 @@
|
||||
<img src="02.png" alt="Lexer Tests Screenshot">
|
||||
<img src="03.png" alt="REPL Screenshot">
|
||||
<img src="04.png" alt="Parsing 'hello, world'">
|
||||
<img src="05.png" alt="ast progress">
|
||||
</section>
|
||||
|
||||
<h2>Overview</h2>
|
||||
|
BIN
logo.webp~
BIN
logo.webp~
Binary file not shown.
Before Width: | Height: | Size: 155 KiB |
@ -74,6 +74,8 @@ footer {
|
||||
text-align: center;
|
||||
color: #808080;
|
||||
margin-top: 40px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.contact {
|
||||
margin-top: 40px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user