You've already forked frontend-challenges
Something exciting.
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
node_modules/
|
||||
1
Font Fountain/README.md
Normal file
1
Font Fountain/README.md
Normal file
@@ -0,0 +1 @@
|
||||
# Font Fountain
|
||||
1191
Font Fountain/package-lock.json
generated
Normal file
1191
Font Fountain/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
15
Font Fountain/package.json
Normal file
15
Font Fountain/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
|
||||
15
Font Fountain/src/index.html
Normal file
15
Font Fountain/src/index.html
Normal 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>
|
||||
|
||||
2
Font Fountain/src/main.js
Normal file
2
Font Fountain/src/main.js
Normal 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>"
|
||||
BIN
Font Fountain/src/static/Font_Fountain.png
Normal file
BIN
Font Fountain/src/static/Font_Fountain.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 859 KiB |
Reference in New Issue
Block a user