|
41 | 41 | </div> |
42 | 42 | </main> |
43 | 43 | <main> |
44 | | - <div class="clients column left"> |
45 | | - <p> |
46 | | - Our Clients: |
47 | | - </p> |
| 44 | + <div class="column left"> |
| 45 | + <div class="clients"> |
| 46 | + <p> |
| 47 | + Our Clients: |
| 48 | + </p> |
48 | 49 |
|
49 | | - <div class="row"> |
50 | | - <img src="https://rustunit.com/clients/kraken.svg" alt="kraken logo" /> |
51 | | - <img src="https://rustunit.com/clients/gitbutler.svg" alt="gitbutler logo" /> |
52 | | - <img src="https://rustunit.com/clients/mtg.svg" alt="mtg logo" /> |
53 | | - <img src="https://rustunit.com/clients/kolibri.svg" alt="kolibri logo" /> |
54 | | - <img src="https://rustunit.com/clients/ggs.svg" alt="ggs logo" /> |
55 | | - <img src="https://rustunit.com/clients/cratr.svg" alt="cratr logo" /> |
56 | | - <img src="https://rustunit.com/clients/gamigo.svg" alt="gamigo logo" /> |
57 | | - <img src="https://rustunit.com/clients/hyper.svg" alt="hyper logo" /> |
58 | | - <img src="https://rustunit.com/clients/fslabs.svg" alt="fslabs logo" /> |
59 | | - <!-- didi? --> |
| 50 | + <div class="row"> |
| 51 | + <img src="https://rustunit.com/clients/kraken.svg" alt="kraken logo" /> |
| 52 | + <img src="https://rustunit.com/clients/gitbutler.svg" alt="gitbutler logo" /> |
| 53 | + <img src="https://rustunit.com/clients/mtg.svg" alt="mtg logo" /> |
| 54 | + <img src="https://rustunit.com/clients/kolibri.svg" alt="kolibri logo" /> |
| 55 | + <img src="https://rustunit.com/clients/ggs.svg" alt="ggs logo" /> |
| 56 | + <img src="https://rustunit.com/clients/cratr.svg" alt="cratr logo" /> |
| 57 | + <img src="https://rustunit.com/clients/gamigo.svg" alt="gamigo logo" /> |
| 58 | + <img src="https://rustunit.com/clients/hyper.svg" alt="hyper logo" /> |
| 59 | + <img src="https://rustunit.com/clients/fslabs.svg" alt="fslabs logo" /> |
| 60 | + <!-- didi? --> |
| 61 | + </div> |
60 | 62 | </div> |
61 | 63 | </div> |
62 | | - <div class="apps column right" id="games"> |
63 | | - <p> |
64 | | - Our Mobile Games: |
65 | | - </p> |
| 64 | + <div class="column right"> |
| 65 | + <div class="apps" id="games"> |
| 66 | + <p> |
| 67 | + Our Mobile Games: |
| 68 | + </p> |
66 | 69 |
|
67 | | - <div class="row"> |
68 | | - <a href="https://zoolitaire.com" class="app"> |
69 | | - <img src="https://rustunit.com/images/zoolitaire.png" alt="zoolitaire icon" /> |
70 | | - <div>zoolitaire.com</div> |
71 | | - </a> |
72 | | - <a href="https://tinytakeoff.com" class="app"> |
73 | | - <img src="https://rustunit.com/images/tinytakeoff.png" alt="tinytakeoff icon" /> |
74 | | - <div>tinytakeoff.com</div> |
75 | | - </a> |
| 70 | + <div class="row"> |
| 71 | + <a href="https://zoolitaire.com" class="app"> |
| 72 | + <img src="https://rustunit.com/images/zoolitaire.png" alt="zoolitaire icon" /> |
| 73 | + <div>zoolitaire.com</div> |
| 74 | + </a> |
| 75 | + <a href="https://tinytakeoff.com" class="app"> |
| 76 | + <img src="https://rustunit.com/images/tinytakeoff.png" alt="tinytakeoff icon" /> |
| 77 | + <div>tinytakeoff.com</div> |
| 78 | + </a> |
| 79 | + </div> |
76 | 80 | </div> |
77 | | - </div> |
78 | | -</main> |
79 | | -<main> |
80 | | - <div class="projects column left" id="projects"> |
81 | | - <p> |
82 | | - Featured Open Source Projects: |
83 | | - </p> |
84 | 81 |
|
85 | | - <div class="row"> |
86 | | - <a href="https://live-ask.com" class="project"> |
87 | | - <div class="project-info"> |
88 | | - <div class="project-name">live-ask.com</div> |
89 | | - <div class="project-description">Real-time Q&A platform for moderating audience questions at events</div> |
90 | | - </div> |
91 | | - <img src="https://rustunit.com/images/liveask-logo.svg" class="project-logo" alt="live-ask logo" /> |
92 | | - </a> |
93 | | - <a href="https://ezli.me" class="project"> |
94 | | - <div class="project-info"> |
95 | | - <div class="project-name">ezli.me</div> |
96 | | - <div class="project-description">Lightning-fast, privacy-focused URL shortening service</div> |
97 | | - </div> |
98 | | - <img src="https://rustunit.com/images/ezlime-logo.svg" class="project-logo" alt="ezli.me logo" /> |
99 | | - </a> |
100 | | - <a href="https://gitui.org" class="project"> |
101 | | - <div class="project-info"> |
102 | | - <div class="project-name">gitui.org</div> |
103 | | - <div class="project-description">Blazing fast terminal UI for Git written in Rust</div> |
104 | | - </div> |
105 | | - <img src="https://rustunit.com/images/gitui-logo.png" class="project-logo" alt="gitui logo" /> |
106 | | - </a> |
| 82 | + <div class="projects" id="projects"> |
| 83 | + <p> |
| 84 | + Featured Open Source Projects: |
| 85 | + </p> |
| 86 | + |
| 87 | + <div class="row"> |
| 88 | + <a href="https://live-ask.com" class="project"> |
| 89 | + <div class="project-info"> |
| 90 | + <div class="project-name">live-ask.com</div> |
| 91 | + <div class="project-description">Real-time Q&A platform for moderating audience questions at events</div> |
| 92 | + </div> |
| 93 | + <img src="https://rustunit.com/images/liveask-logo.svg" class="project-logo" alt="live-ask logo" /> |
| 94 | + </a> |
| 95 | + <a href="https://ezli.me" class="project"> |
| 96 | + <div class="project-info"> |
| 97 | + <div class="project-name">ezli.me</div> |
| 98 | + <div class="project-description">Lightning-fast, privacy-focused URL shortening service</div> |
| 99 | + </div> |
| 100 | + <img src="https://rustunit.com/images/ezlime-logo.svg" class="project-logo" alt="ezli.me logo" /> |
| 101 | + </a> |
| 102 | + <a href="https://gitui.org" class="project"> |
| 103 | + <div class="project-info"> |
| 104 | + <div class="project-name">gitui.org</div> |
| 105 | + <div class="project-description">Blazing fast terminal UI for Git written in Rust</div> |
| 106 | + </div> |
| 107 | + <img src="https://rustunit.com/images/gitui-logo.png" class="project-logo" alt="gitui logo" /> |
| 108 | + </a> |
| 109 | + </div> |
107 | 110 | </div> |
108 | 111 | </div> |
109 | 112 | </main> |
|
0 commit comments