File tree Expand file tree Collapse file tree 1 file changed +24
-7
lines changed
Expand file tree Collapse file tree 1 file changed +24
-7
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,30 @@ elements =
7676 }
7777 ]
7878 , text " "
79+ , paragraph [] [ el h3Attrs ( text " The Smart Squeeze" ) ]
80+ , paragraph []
81+ [ text """ Watch apps get crushed in this interactive explanation of Soren Larson's """
82+ , link [ Font . color blue ]
83+ { url = " https://hypersoren.xyz/posts/smart-squeeze/"
84+ , label = text " The Smart Squeeze"
85+ }
86+ , text " ."
87+ ]
88+ , paragraph []
89+ [ text " Live demo: "
90+ , link [ Font . color blue ]
91+ { url = " /smart-squeeze"
92+ , label = text " The Smart Squeeze"
93+ }
94+ ]
95+ , paragraph []
96+ [ text " Source code: "
97+ , link [ Font . color blue ]
98+ { url = " https://github.com/rob-sokolowski/site/blob/main/src/Pages/SmartSqueeze.elm"
99+ , label = text " SmartSqueeze.elm"
100+ }
101+ ]
102+ , text " "
79103 , paragraph [] [ el h3Attrs ( text " Hippo" ) ]
80104 , paragraph []
81105 [ text """ Yet another flashcard app. Generate flashcards with """
@@ -100,13 +124,6 @@ elements =
100124 , label = text " Hippo"
101125 }
102126 ]
103- , paragraph []
104- [ text " Source code: "
105- , link [ Font . color blue ]
106- { url = " https://github.com/project-fir/hippo-lamdera"
107- , label = text " hippo-lamdera"
108- }
109- ]
110127 , text " "
111128 , paragraph [] [ el h3Attrs ( text " Wordle clone" ) ]
112129 , paragraph []
You can’t perform that action at this time.
0 commit comments