@@ -12,24 +12,33 @@ instance View WelcomeView where
1212 </h1>
1313
1414 <h2 style="margin-top: 0; margin-bottom: 0rem; font-weight: 900; font-size: 3rem">
15- Hello World!
15+ Reddit Clone
1616 </h2>
1717
18- <p style="margin-top: 1rem; font-size: 1.75rem; font-weight: 600; color:hsla(196, 13%, 80%, 1)">
19- Your new application is up and running.
20- </p>
18+ <!-- < p style="margin-top: 1rem; font-size: 1.75rem; font-weight: 600; color:hsla(196, 13%, 80%, 1)">
19+ <a href={NewSessionAction}>Login</a>
20+ </p> -->
2121
2222 <p>
23+ <a href={NewSessionAction}
24+ style="margin-top: 2rem; background-color: #268bd2; padding: 1rem; border-radius: 3px; color: hsla(205, 69%, 98%, 1); text-decoration: none; font-weight: bold; display: inline-block; box-shadow: 0 4px 6px hsla(205, 69%, 0%, 0.08); transition: box-shadow 0.2s; transition: transform 0.2s;"
25+ target="_blank"
26+ >Log in
27+ </a>
28+
29+ </p>
30+
31+ <!-- <p>
2332 <a
2433 href="https://ihp.digitallyinduced.com/Slack"
2534 style="margin-top: 2rem; background-color: #268bd2; padding: 1rem; border-radius: 3px; color: hsla(205, 69%, 98%, 1); text-decoration: none; font-weight: bold; display: inline-block; box-shadow: 0 4px 6px hsla(205, 69%, 0%, 0.08); transition: box-shadow 0.2s; transition: transform 0.2s;"
2635 target="_blank"
2736 >Join our community on Slack!</a>
28- </p>
37+ </p> -->
2938
30- <a href="https://ihp.digitallyinduced.com/Guide/your-first-project.html" style="margin-top: 2rem; background-color: #268bd2; padding: 1rem; border-radius: 3px; color: hsla(205, 69%, 98%, 1); text-decoration: none; font-weight: bold; display: inline-block; box-shadow: 0 4px 6px hsla(205, 69%, 0%, 0.08); transition: box-shadow 0.2s; transition: transform 0.2s;" target="_blank">
39+ <!-- < a href="https://ihp.digitallyinduced.com/Guide/your-first-project.html" style="margin-top: 2rem; background-color: #268bd2; padding: 1rem; border-radius: 3px; color: hsla(205, 69%, 98%, 1); text-decoration: none; font-weight: bold; display: inline-block; box-shadow: 0 4px 6px hsla(205, 69%, 0%, 0.08); transition: box-shadow 0.2s; transition: transform 0.2s;" target="_blank">
3140 Learn the Next Steps in the Documentation
32- </a>
41+ </a> -->
3342 </div>
3443 </div>
3544
0 commit comments