@@ -24,58 +24,59 @@ pub fn HomePage() -> Element {
2424 // font-family: Futura;
2525 font-family: Jost;
2626 font-weight: 500;
27- margin-top: 28px;
27+ margin-top: 18px;
28+ margin-bottom: 18px;
2829 line-height: 1.5;
2930 " ,
3031 "A "
3132 em { "radically modular" }
3233 " web engine"
3334 }
3435
35- div {
36- display: "flex" ,
37- gap: "40px" ,
38- width: "100%" ,
39- max_width: "1000px" ,
40- padding: "40px" ,
41- div {
42- width: "50%" ,
43- flex: "0 0 50%" ,
44- font_size: "1.2em" ,
45- line_height: 1.35 ,
46- ul {
47- li { margin_bottom: "6px" ,
48- "A core built on standalone libraries like "
49- a { href: "https://github.com/servo/stylo" , "Stylo" }
50- " (CSS), "
51- a { href: "https://github.com/DioxusLabs/taffy" , "Taffy" }
52- " (layout), "
53- a { href: "https://github.com/linebender/parley" ,
54- "Parley"
55- }
56- " (text), and "
57- a { href: "https://github.com/accesskit/accesskit" ,
58- "AccessKit"
59- }
60- " (accessibility)."
61- }
62- li { margin_bottom: "6px" ,
63- "Independent modules for parsing, networking, media decoding, rendering, and script."
64- }
65- li { margin_bottom: "6px" , "iewrhgfioh rog" }
66- li { margin_bottom: "6px" , "iewrhgfioh rog" }
67- }
68- }
69- img {
70- flex: "0 0 50%" ,
71- src: "/static/blitz-bubble2.svg" ,
72- style: "
73- width: 50%;
74- background-color: #f4e8d2;
75- background-color: white;
76- " ,
77- }
78- }
36+ // div {
37+ // display: "flex",
38+ // gap: "40px",
39+ // width: "100%",
40+ // max_width: "1000px",
41+ // padding: "40px",
42+ // div {
43+ // width: "50%",
44+ // flex: "0 0 50%",
45+ // font_size: "1.2em",
46+ // line_height: 1.35,
47+ // ul {
48+ // li { margin_bottom: "6px",
49+ // "A core built on standalone libraries like "
50+ // a { href: "https://github.com/servo/stylo", "Stylo" }
51+ // " (CSS), "
52+ // a { href: "https://github.com/DioxusLabs/taffy", "Taffy" }
53+ // " (layout), "
54+ // a { href: "https://github.com/linebender/parley",
55+ // "Parley"
56+ // }
57+ // " (text), and "
58+ // a { href: "https://github.com/accesskit/accesskit",
59+ // "AccessKit"
60+ // }
61+ // " (accessibility)."
62+ // }
63+ // li { margin_bottom: "6px",
64+ // "Independent modules for parsing, networking, media decoding, rendering, and script."
65+ // }
66+ // li { margin_bottom: "6px", "iewrhgfioh rog" }
67+ // li { margin_bottom: "6px", "iewrhgfioh rog" }
68+ // }
69+ // }
70+ // img {
71+ // flex: "0 0 50%",
72+ // src: "/static/blitz-bubble2.svg",
73+ // style: "
74+ // width: 50%;
75+ // background-color: #f4e8d2;
76+ // background-color: white;
77+ // ",
78+ // }
79+ // }
7980
8081 }
8182
0 commit comments