added screenshot lol

This commit is contained in:
Tristan 2025-05-07 05:43:09 -04:00
parent 0cfcecd0a7
commit cda840acf7
4 changed files with 6 additions and 3 deletions

BIN
05.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

View File

@ -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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

View File

@ -74,6 +74,8 @@ footer {
text-align: center;
color: #808080;
margin-top: 40px;
display: flex;
justify-content: center;
}
.contact {
margin-top: 40px;