|
23 | 23 | <h1 class="logo">Loruki.</h1>
|
24 | 24 | <nav>
|
25 | 25 | <ul>
|
26 |
| - <li><a href="#home">Home</a></li> |
| 26 | + <li><a href="#demo">Demo</a></li> |
27 | 27 | <li><a href="#features">Features</a></li>
|
28 | 28 | <li><a href="#docs">Docs</a></li>
|
29 | 29 | </ul>
|
30 | 30 | </nav>
|
31 | 31 | </div>
|
32 | 32 | </div>
|
33 |
| - <!-- Showcase --> |
34 |
| - <section class="showcase"> |
| 33 | + |
| 34 | + <!-- showcase --> |
| 35 | + <section class="showcase" id="demo"> |
35 | 36 | <div class="container grid">
|
36 | 37 | <div class="showcase-text">
|
37 | 38 | <h1>Easier Deployment</h1>
|
@@ -64,5 +65,149 @@ <h2>Request a Demo</h2>
|
64 | 65 | </div>
|
65 | 66 | </div>
|
66 | 67 | </section>
|
| 68 | + |
| 69 | + <!-- stats --> |
| 70 | + <section class="stats"> |
| 71 | + <div class="container"> |
| 72 | + <h3 class="stats-heading text-center my-1"> |
| 73 | + Welcome to the best platform for building applications of all types |
| 74 | + with modern architecture and scaling |
| 75 | + </h3> |
| 76 | + <div class="grid grid-3 text-center my-4"> |
| 77 | + <div> |
| 78 | + <i class="fas fa-server fa-3x"></i> |
| 79 | + <h3>10,349,405</h3> |
| 80 | + <p class="text-secondary">Deployments</p> |
| 81 | + </div> |
| 82 | + <div> |
| 83 | + <i class="fas fa-upload fa-3x"></i> |
| 84 | + <h3>987 TB</h3> |
| 85 | + <p class="text-secondary">Published</p> |
| 86 | + </div> |
| 87 | + <div> |
| 88 | + <i class="fas fa-project-diagram fa-3x"></i> |
| 89 | + <h3>2,343,265</h3> |
| 90 | + <p class="text-secondary">Projects</p> |
| 91 | + </div> |
| 92 | + </div> |
| 93 | + </div> |
| 94 | + </section> |
| 95 | + |
| 96 | + <!-- cli --> |
| 97 | + <section class="cli"> |
| 98 | + <div class="container grid"> |
| 99 | + <img |
| 100 | + src="https://github.com/bradtraversy/loruki-website/blob/master/images/cli.png?raw=true" |
| 101 | + alt="" |
| 102 | + /> |
| 103 | + <div class="card"> |
| 104 | + <h3>Easy to use, cross platform CLI</h3> |
| 105 | + </div> |
| 106 | + <div class="card"> |
| 107 | + <h3>Deploy in seconds</h3> |
| 108 | + </div> |
| 109 | + </div> |
| 110 | + </section> |
| 111 | + |
| 112 | + <!-- cloud --> |
| 113 | + <section class="cloud bg-primary my-2 py-2"> |
| 114 | + <div class="container grid"> |
| 115 | + <div class="text-center"> |
| 116 | + <h2 class="lg">Extreme Cloud Hosting</h2> |
| 117 | + <p class="lead my-1"> |
| 118 | + Cloud hosting like you've never seen. Fast, efficient and scalable |
| 119 | + </p> |
| 120 | + <a href="#features" class="btn btn-dark">Read More</a> |
| 121 | + </div> |
| 122 | + <img |
| 123 | + src="https://github.com/bradtraversy/loruki-website/blob/master/images/cloud.png?raw=true" |
| 124 | + alt="" |
| 125 | + /> |
| 126 | + </div> |
| 127 | + </section> |
| 128 | + |
| 129 | + <!-- languages --> |
| 130 | + <section class="languages"> |
| 131 | + <h2 class="md text-center my-2">Supported Languages</h2> |
| 132 | + <div class="container flex"> |
| 133 | + <div class="card"> |
| 134 | + <h4>Node.js</h4> |
| 135 | + <img |
| 136 | + src="https://github.com/bradtraversy/loruki-website/blob/master/images/logos/node.png?raw=true" |
| 137 | + alt="" |
| 138 | + /> |
| 139 | + </div> |
| 140 | + <div class="card"> |
| 141 | + <h4>Python</h4> |
| 142 | + <img |
| 143 | + src="https://github.com/bradtraversy/loruki-website/blob/master/images/logos/python.png?raw=true" |
| 144 | + alt="" |
| 145 | + /> |
| 146 | + </div> |
| 147 | + <div class="card"> |
| 148 | + <h4>C#</h4> |
| 149 | + <img |
| 150 | + src="https://github.com/bradtraversy/loruki-website/blob/master/images/logos/csharp.png?raw=true" |
| 151 | + alt="" |
| 152 | + /> |
| 153 | + </div> |
| 154 | + <div class="card"> |
| 155 | + <h4>Ruby</h4> |
| 156 | + <img |
| 157 | + src="https://github.com/bradtraversy/loruki-website/blob/master/images/logos/ruby.png?raw=true" |
| 158 | + alt="" |
| 159 | + /> |
| 160 | + </div> |
| 161 | + <div class="card"> |
| 162 | + <h4>PHP</h4> |
| 163 | + <img |
| 164 | + src="https://github.com/bradtraversy/loruki-website/blob/master/images/logos/php.png?raw=true" |
| 165 | + alt="" |
| 166 | + /> |
| 167 | + </div> |
| 168 | + <div class="card"> |
| 169 | + <h4>Scala</h4> |
| 170 | + <img |
| 171 | + src="https://github.com/bradtraversy/loruki-website/blob/master/images/logos/scala.png?raw=true" |
| 172 | + alt="" |
| 173 | + /> |
| 174 | + </div> |
| 175 | + <div class="card"> |
| 176 | + <h4>Clojure</h4> |
| 177 | + <img |
| 178 | + src="https://github.com/bradtraversy/loruki-website/blob/master/images/logos/clojure.png?raw=true" |
| 179 | + alt="" |
| 180 | + /> |
| 181 | + </div> |
| 182 | + </div> |
| 183 | + </section> |
| 184 | + |
| 185 | + <!-- footer --> |
| 186 | + <footer class="footer bg-dark py-5"> |
| 187 | + <div class="container grid grid-3"> |
| 188 | + <div> |
| 189 | + <h1>Loruki</h1> |
| 190 | + <p> |
| 191 | + Copyright © |
| 192 | + <script> |
| 193 | + document.write(new Date().getFullYear()); |
| 194 | + </script> |
| 195 | + </p> |
| 196 | + </div> |
| 197 | + <nav> |
| 198 | + <ul> |
| 199 | + <li><a href="#demo">Demo</a></li> |
| 200 | + <li><a href="#features">Features</a></li> |
| 201 | + <li><a href="#docs">Docs</a></li> |
| 202 | + </ul> |
| 203 | + </nav> |
| 204 | + <div class="social"> |
| 205 | + <a href="#"><i class="fab fa-github fa-2x"></i></a> |
| 206 | + <a href="#"><i class="fab fa-facebook fa-2x"></i></a> |
| 207 | + <a href="#"><i class="fab fa-instagram fa-2x"></i></a> |
| 208 | + <a href="#"><i class="fab fa-twitter fa-2x"></i></a> |
| 209 | + </div> |
| 210 | + </div> |
| 211 | + </footer> |
67 | 212 | </body>
|
68 | 213 | </html>
|
0 commit comments