diff --git a/Mehul.jpg b/Mehul.jpg new file mode 100644 index 0000000..f05fe22 Binary files /dev/null and b/Mehul.jpg differ diff --git a/style.css b/css/style.css similarity index 90% rename from style.css rename to css/style.css index 22869b4..53c5478 100644 --- a/style.css +++ b/css/style.css @@ -1,10 +1,10 @@ -@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap'); :root { - --primary-color: #047aed; - --secondary-color: #1c3fa8; - --dark-color: #002240; - --light-color: #f4f4f4; + --primary-color: #FD7F20; + --secondary-color: #FC2E20; + --light-color: #FDB750; + --dark-color: #010100; --success-color: #5cb85c; --error-color: #d9534f; @@ -17,7 +17,7 @@ } body { - font-family: 'Lato', sans-serif; + font-family: 'Roboto Condensed', sans-serif; color: #333; line-height: 1.6; } @@ -61,20 +61,26 @@ code, pre { .navbar { background-color: var(--primary-color); color: #fff; - height: 70px; + height: 80px; } .navbar ul { display: flex; } -.navbar a { +.navbar .name a { + color: #fff; + font-size: 40px; +} + +.navbar nav a { color: #fff; padding: 10px; - margin: 0 5px; + margin: 20px 5px; + font-size: 18px; } -.navbar a:hover { +.navbar nav a:hover { border-bottom: 2px #fff solid; } @@ -82,6 +88,16 @@ code, pre { justify-content: space-between; } +/* About */ +.about .container{ + height:400px; +} + +.about img{ + width: 100px; + justify-self: right; +} + /* Showcase */ .showcase { height: 400px; diff --git a/utlities.css b/css/utlities.css similarity index 100% rename from utlities.css rename to css/utlities.css diff --git a/home.html b/home.html new file mode 100644 index 0000000..545bcd1 --- /dev/null +++ b/home.html @@ -0,0 +1,61 @@ + + + + + + + + + + Mehul Goel + + + + + + +
+
+ alternatetext +
+
+ + + + + \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 8869326..0000000 --- a/index.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - - - Loruki | Cloud Hosting For Everyone - - - - - - -
-
-
-

Easier Deployment

-

Deploy web apps of all kinds, from large scale enterprise APIs to static websites for individuals. Fill out the form to try a demo of our platform -

- - Read More - -
- -
-

Request a Demo

-
- - -
- -
-
- -
-
- -
- -
-
-
-
- -
-
-

- Welcome to the best platform for building applications of all types with modern architecture and scaling -

- -
-
- -

10,349,405

-

Deployments

-
-
- -

987 TB

-

Published

-
-
- -

2,343,265

-

Projects

-
-
-
-
- -
-
- -
-

Easy to use, cross platform CLI

-
-
-

Deploy in seconds

-
-
-
- - -
-
-
-

Extreme Cloud Hosting

-

Cloud hosting like you've never seen. Fast, efficient and scalable

- Read More -
- -
-
- - -
-

- Supported Languages -

-
-
-

Node.js

- -
-
-

Python

- -
-
-

C#

- -
-
-

Ruby

- -
-
-

PHP

- -
-
-

Scala

- -
-
-

Clojure

- -
-
-
- - - - - \ No newline at end of file