Something exciting.

This commit is contained in:
2024-09-21 21:19:33 +03:00
parent ad2bfc5d5c
commit cbec822f1d
7 changed files with 1225 additions and 0 deletions

1
Font Fountain/README.md Normal file
View File

@@ -0,0 +1 @@
# Font Fountain

1191
Font Fountain/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,15 @@
{
"name": "Font Fountain",
"version": "1.0.0",
"description": "TechNarts Frontend Challenge: Font Fountain",
"main": "src/index.js",
"scripts": {
"dev": "vite src --base ./"
},
"author": "Abdullah AKALIN @ TechNarts",
"license": "ISC",
"devDependencies": {
"vite": "^5.4.3"
}
}

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en" translate="no">
<head>
<meta charset="utf-8">
<script defer type="module" src="/main.js"></script>
<title>TechNarts Frontend Challenge: Font Fountain</title>
</head>
<body>
<div id="App">
<!-- Here comes your masterpiece of engineering and art. -->
</div>
</body>
</html>

View File

@@ -0,0 +1,2 @@
const app = document.getElementById("App");
app.innerHTML = "<p>“The purpose of abstracting is not to be vague, but to create a new semantic level in which one can be absolutely precise.” ― Edsger W. Dijkstra</p>"

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 KiB