Skip to content

Commit 26d38c6

Browse files
committed
fix: anchor hero controls to media viewport
1 parent f47d2f5 commit 26d38c6

13 files changed

Lines changed: 117 additions & 110 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# SimpleEvolve 🧬
1+
# SimpleTES 🧬
22

3-
**SimpleEvolve** is a lightweight framework that uses Large Language Models (LLMs) to iteratively improve computer programs.
3+
**SimpleTES** is a lightweight framework that uses Large Language Models (LLMs) to iteratively improve computer programs.
44

55
## COMING SOON ...

docs/guides/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SimpleEvolve
1+
# SimpleTES
22

3-
SimpleEvolve is a lightweight framework for evolving programs with Large Language Models. It combines inspiration sampling, prompt-based mutation, evaluator feedback, and checkpointing so teams can rapidly test program-improvement workflows without building a large serving stack first.
3+
SimpleTES is a lightweight framework for evolving programs with Large Language Models. It combines inspiration sampling, prompt-based mutation, evaluator feedback, and checkpointing so teams can rapidly test program-improvement workflows without building a large serving stack first.
44

55
## Reading Path
66

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
site_name: SimpleEvolve
2-
site_url: https://luoqm6will.github.io/SimpleEvolve/
3-
repo_url: https://github.com/luoqm6will/SimpleEvolve
1+
site_name: SimpleTES
2+
site_url: https://Wizard-Intelligence-Learning-Lab.github.io/SimpleTES/
3+
repo_url: https://github.com/Wizard-Intelligence-Learning-Lab/SimpleTES
44

55
theme:
66
name: material

site-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SimpleEvolve Pages App
1+
# SimpleTES Pages App
22

33
This directory contains the GitHub Pages frontend source.
44

site-app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>SimpleEvolve</title>
6+
<title>SimpleTES</title>
77
</head>
88
<body>
99
<div id="root"></div>

site-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "simpleevolve-pages-app",
2+
"name": "SimpleTES-pages-app",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

site-app/src/sections/CTA.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export function CTA() {
126126
<div className="cta-content">
127127
{/* Simple tagline */}
128128
<p className="text-slate-400 text-lg">
129-
SimpleEvolve — Evolving code with Large Language Models
129+
SimpleTES — Evolving code with Large Language Models
130130
</p>
131131
<p className="text-slate-500 text-sm mt-2">
132132
WILL Lab · 2026.4.5

site-app/src/sections/Comments.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export function Comments() {
8080
</div>
8181
<h2 className="text-3xl sm:text-4xl font-bold text-white mb-4">What Researchers Say</h2>
8282
<p className="text-slate-400 max-w-2xl mx-auto">
83-
Selected reactions from researchers and practitioners using SimpleEvolve
83+
Selected reactions from researchers and practitioners using SimpleTES
8484
in their work.
8585
</p>
8686
</div>

site-app/src/sections/Footer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const withBase = (path: string) => `${import.meta.env.BASE_URL}${path.replace(/^
44

55
const footerLinks = [
66
{ label: 'Docs', href: withBase('guides/documentation/'), icon: BookOpen },
7-
{ label: 'GitHub', href: 'https://github.com/luoqm6will/SimpleEvolve', icon: Github },
8-
{ label: 'Issues', href: 'https://github.com/luoqm6will/SimpleEvolve/issues', icon: MessageCircle },
7+
{ label: 'GitHub', href: 'https://github.com/Wizard-Intelligence-Learning-Lab/SimpleTES', icon: Github },
8+
{ label: 'Issues', href: 'https://github.com/Wizard-Intelligence-Learning-Lab/SimpleTES/issues', icon: MessageCircle },
99
];
1010

1111
export function Footer() {
@@ -15,7 +15,7 @@ export function Footer() {
1515
<div className="flex flex-col md:flex-row items-center justify-between gap-6">
1616
{/* Logo */}
1717
<a href="#" className="text-slate-300 hover:text-cyan-400 transition-colors">
18-
SimpleEvolve
18+
SimpleTES
1919
</a>
2020

2121
{/* Links */}

site-app/src/sections/Guidance.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const guidanceItems = [
2424
icon: Github,
2525
title: 'Source Code',
2626
description: 'Browse the source code, scripts, datasets, and benchmark tasks on GitHub.',
27-
href: 'https://github.com/luoqm6will/SimpleEvolve',
27+
href: 'https://github.com/Wizard-Intelligence-Learning-Lab/SimpleTES',
2828
},
2929
];
3030

@@ -87,7 +87,7 @@ export function Guidance() {
8787
<h2 className="text-3xl sm:text-4xl font-bold text-white mb-4">Jump Right In</h2>
8888
<p className="text-slate-400 max-w-2xl mx-auto">
8989
Repo docs, quickstart guides, and report entry points for understanding
90-
what SimpleEvolve does and why it matters.
90+
what SimpleTES does and why it matters.
9191
</p>
9292
</div>
9393

0 commit comments

Comments
 (0)