Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
selimslab committed Sep 10, 2024
1 parent f956c8f commit a1eab34
Show file tree
Hide file tree
Showing 9 changed files with 404 additions and 352 deletions.
3 changes: 3 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseurl }}/assets/fav/apple-touch-icon.png">
<link rel="icon" type="image/x-icon" href="{{ site.baseurl }}/assets/fav/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/css/bulma.css" />
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/css/style.css" />
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/css/code.css">
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $lightBg: #edeaea;
$darkText: $darkGray;

// Font stacks
$sansSerif: "Helvetica Neue", Helvetica, Arial, sans-serif;
$sansSerif: "Work Sans" "Helvetica Neue", Helvetica, Arial, sans-serif;
$serif: Georgia, serif;


Expand Down
46 changes: 40 additions & 6 deletions assets/data/graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@
"name": "Metadata",
"links": [
"/lists",
"/graph-2d",
"/selim"
"/about",
"/graph-2d"
]
},
{
Expand Down Expand Up @@ -2018,6 +2018,14 @@
"/ux"
]
},
{
"id": "/about",
"group": 3,
"name": "Welcome, friend!",
"links": [
"/meta"
]
},
{
"id": "/graph-2d",
"group": 3,
Expand Down Expand Up @@ -2636,6 +2644,7 @@
"/linked-list",
"/parallel-programming",
"/producer-consumer-problem",
"/sets",
"/sort",
"/array",
"/by-level",
Expand Down Expand Up @@ -3780,6 +3789,14 @@
"/concurrency"
]
},
{
"id": "/sets",
"group": 4,
"name": "Sets",
"links": [
"/algorithms"
]
},
{
"id": "/sort",
"group": 4,
Expand Down Expand Up @@ -3889,6 +3906,7 @@
"name": "Queue",
"links": [
"/algorithms",
"/jump-game-2",
"/least-num-of-perfect-squares"
]
},
Expand Down Expand Up @@ -4905,6 +4923,14 @@
"/pointers"
]
},
{
"id": "/jump-game-2",
"group": 5,
"name": "Jump Game 2",
"links": [
"/queue"
]
},
{
"id": "/least-num-of-perfect-squares",
"group": 5,
Expand Down Expand Up @@ -6095,6 +6121,10 @@
"source": "/interesting",
"target": "/web-experiments"
},
{
"source": "/meta",
"target": "/about"
},
{
"source": "/meta",
"target": "/graph-2d"
Expand Down Expand Up @@ -6875,6 +6905,10 @@
"source": "/algorithms",
"target": "/producer-consumer-problem"
},
{
"source": "/algorithms",
"target": "/sets"
},
{
"source": "/algorithms",
"target": "/sort"
Expand Down Expand Up @@ -7347,6 +7381,10 @@
"source": "/pointers",
"target": "/threeSum"
},
{
"source": "/queue",
"target": "/jump-game-2"
},
{
"source": "/queue",
"target": "/least-num-of-perfect-squares"
Expand Down Expand Up @@ -7843,10 +7881,6 @@
"source": "/lists",
"target": "/since-big-bang"
},
{
"source": "/meta",
"target": "/selim"
},
{
"source": "/essais",
"target": "/in-praise-of-idleness"
Expand Down
Loading

0 comments on commit a1eab34

Please sign in to comment.