Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
822 changes: 817 additions & 5 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "@ask-ell/website",
"type": "module",
"version": "0.0.1",
"scripts": {
"start:dev": "astro dev",
"build": "astro build"
},
"dependencies": {
"devDependencies": {
"@astrojs/preact": "^4.1.3",
"@astrojs/rss": "^4.0.15",
"astro": "^5.17.1",
"preact": "^10.28.3"
"preact": "^10.28.3",
"sass": "^1.97.3"
}
}
Binary file removed public/favicon.ico
Binary file not shown.
9 changes: 0 additions & 9 deletions public/favicon.svg

This file was deleted.

Binary file added public/images/ask-ell-antheme-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ask-ell-core-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ask-ell-logo-second-version.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ask-ell-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ask-ell-nest-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/chess-memo-screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/chess-memo-screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/chess-memo-screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/chess-memo-screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/planned-session-screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/planned-session-screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/planned-session-screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/planned-session-screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/planned-session-screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/planned-session-screenshot-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/yannick-debree-in-holidays.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions src/components/BlogPost.astro

This file was deleted.

16 changes: 0 additions & 16 deletions src/components/Footer.astro

This file was deleted.

17 changes: 0 additions & 17 deletions src/components/Greeting.jsx

This file was deleted.

22 changes: 0 additions & 22 deletions src/components/Header.astro

This file was deleted.

5 changes: 0 additions & 5 deletions src/components/Menu.astro

This file was deleted.

6 changes: 0 additions & 6 deletions src/components/Navigation.astro

This file was deleted.

14 changes: 0 additions & 14 deletions src/components/Social.astro

This file was deleted.

52 changes: 0 additions & 52 deletions src/components/ThemeIcon.astro

This file was deleted.

10 changes: 10 additions & 0 deletions src/components/banner.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
const { title } = Astro.props;
---

<div class="app-banner">
<div class="app-container">
<h1>{title}</h1>
<slot name="banner-content" />
</div>
</div>
12 changes: 12 additions & 0 deletions src/components/contact-form.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<h2>Want to work with us ?</h2>
<p>
Write us a description of your project at : <strong
>askellcompany@gmail.com</strong
>
</p>

<style>
* {
text-align: center;
}
</style>
29 changes: 29 additions & 0 deletions src/components/footer.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
import Links from "./links.astro";
---

<footer class="app-flat-background-color-dark">
<div class="app-container">
<Links />
</div>
</footer>

<script src="https://kit.fontawesome.com/30e32532db.js" crossorigin="anonymous"
></script>
<script
data-collect-dnt="true"
async
src="https://tylerdurden.ask-ell.com/latest.js"></script>
<noscript
><img
src="https://tylerdurden.ask-ell.com/noscript.gif?collect-dnt=true"
alt=""
referrerpolicy="no-referrer-when-downgrade"
/></noscript
>

<style>
footer {
margin-top: 5rem;
}
</style>
9 changes: 9 additions & 0 deletions src/components/header.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
import Navigation from "./navigation.astro";
---

<header class="app-flat-background-color-dark">
<div class="app-container">
<Navigation />
</div>
</header>
18 changes: 18 additions & 0 deletions src/components/links.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
const copyrightYear = new Date().getFullYear();
---

<ul class="app-links-group">
<li class="app-links-group__item">
<a href="https://github.com/ask-ell">Github</a>
</li>
<li class="app-links-group__item">
<a href="https://www.linkedin.com/company/ask-ell">Linkedin</a>
</li>
<li class="app-links-group__item">
<a href="https://www.youtube.com/@ask-ell">Youtube</a>
</li>
<li class="app-links-group__item">
Copyright ©{copyrightYear} Ask'ell, all rights reserved
</li>
</ul>
14 changes: 14 additions & 0 deletions src/components/logo.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
import { Image } from "astro:assets";
---

<Image
alt="Ask'ell logo"
loading="eager"
src={{
src: "/images/ask-ell-logo.png",
format: "png",
height: 60,
width: 60,
}}
/>
58 changes: 58 additions & 0 deletions src/components/navigation.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
import Logo from "./logo.astro";
---

<nav class="app-navbar">
<a href="/">
<Logo />
</a>
<div class="app-navbar__mobile-button">
<i class="fa-solid fa-bars"></i>
</div>
<ul class="app-navbar__links">
<li>
<a class="app-navbar__link" href="/services">Services</a>
</li>
<li>
<a class="app-navbar__link" href="/projects">Projects</a>
</li>
<li>
<a class="app-navbar__link" href="/talks">Talks</a>
</li>
<li>
<a class="app-navbar__link" href="/about">About</a>
</li>
<li>
<a class="app-navbar__link app-button" href="/contact">Contact</a>
</li>
</ul>
</nav>

<style>
/* TODO: move in styles ? */
.app-navbar-link.app-button {
display: inline;
}
</style>

<script>
const navbarLinks: HTMLElement =
document.querySelector<HTMLElement>(".app-navbar__links")!;
const navbarMobileButton: HTMLElement = document.querySelector<HTMLElement>(
".app-navbar__mobile-button",
)!;
let isMobileNavbarOpened: boolean = false;

function toggleMobileNavbar(): void {
isMobileNavbarOpened = !isMobileNavbarOpened;
document.body.style.overflow = isMobileNavbarOpened ? "hidden" : "auto";

if (isMobileNavbarOpened) {
navbarLinks.style.transform = "translateY(0%)";
return;
}
navbarLinks.style.transform = "translateY(-100%)";
}

navbarMobileButton.addEventListener("click", () => toggleMobileNavbar());
</script>
4 changes: 4 additions & 0 deletions src/components/wip-alert.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div class="app-alert app-alert--warning">
<i class="fa-solid fa-hammer"></i>
This page is in work in progress
</div>
24 changes: 0 additions & 24 deletions src/layouts/BaseLayout.astro

This file was deleted.

Loading