diff --git a/css/style.css b/css/style.css index 685ad68..b013ca5 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,7 @@ *{ margin:0; font-family:'Raleway',sans-serif; + scroll-behavior: smooth; } .logo-stripe{ text-align: center; @@ -27,21 +28,15 @@ a{ text-decoration:none; } .button{ - text-decoration:none; - color:white; - border:2px solid white; - padding-top:10px; - font-weight:bolder; - padding-bottom:10px; - padding-left:18px; - padding-right:18px; - - font-size:18px; - text-transform:uppercase; - - z-index:1; - - } + text-decoration:none; + color:white; + border:2px solid white; + padding:10px 18px; + font-weight:bolder; + font-size:18px; + text-transform:uppercase; + z-index:1; +} .button:after{ content: ""; position: absolute; @@ -106,6 +101,7 @@ nav{ } .image-two{ margin-left:-14%; + margin-left:-14%; } .subone-fixed{ margin-top:20%; @@ -169,21 +165,23 @@ nav{ margin-left:100px; color:#757575; } -.fourz{ - height:200px; -} -.fivez{ - width:65%; - height:65%; - margin-top:35px; -} -.fiveone{ - margin-left:78%; - margin-top:-10.7%; +.providers{ + margin-top: 60px; + width: 100%; + height: fit-content; + display: flex; + flex-wrap: wrap; + align-items: center; + align-content: center; + justify-content: space-evenly; +} +.providers img{ + height: 45px; + transition: all 200ms ease-in-out; + cursor: pointer; } -.fourthone{ - margin-left:62%; - margin-top:-9.4%; +.providers img:hover{ + transform: scale(1.05); } .para-three{ line-height:2; @@ -191,6 +189,13 @@ nav{ margin-bottom:6px; color:#757575; } + +.social{ + transition: all 200ms ease-in-out; +} +.social:hover{ + transform: scale(1.05); +} .card { display: block; margin: auto; @@ -542,11 +547,14 @@ body{ margin-top: 40px; } .products .product { - padding: 10px; - transition: background 0.6s linear; + padding: 10px 30px 15px; + transition: all 0.6s linear; + cursor: pointer; + box-sizing: border-box; + overflow: hidden; } .products .product:hover { - background: #ededee; + background: #dbdbdb; border-radius: 10px; } @@ -558,13 +566,12 @@ body{ } .products .product .pr-description{ - text-align: center; + text-align: justify; padding-bottom: 10px; } .products .product .pr-github{ - padding-top: 30px; - padding-bottom: 40px; + padding: 20px 0 10px; text-align: center; } @@ -574,10 +581,8 @@ body{ #main{ - transition:margin-left 0.5s; - - - width:100%; + transition:margin-left 0.5s; + width:100%; } .navbar-nav{ @@ -591,6 +596,10 @@ body{ padding-right: 1.5rem !important; } +#vendors{ + margin-top: 80px; +} + @media(max-width:568px){ .navbar-nav{display:none} } diff --git a/img/l2.png b/img/l2.png index d0997da..712ecdf 100644 Binary files a/img/l2.png and b/img/l2.png differ diff --git a/img/l3.png b/img/l3.png index 6fb3055..bf0fee6 100644 Binary files a/img/l3.png and b/img/l3.png differ diff --git a/img/l4.png b/img/l4.png index 61f59d2..4370b8e 100644 Binary files a/img/l4.png and b/img/l4.png differ diff --git a/img/l5.png b/img/l5.png index 53655b1..9d9fb61 100644 Binary files a/img/l5.png and b/img/l5.png differ diff --git a/index.html b/index.html index c39de54..3d05ce9 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ + @@ -62,48 +63,48 @@
+
+ +
NodeCloud is a standard library written in NodeJS to get a single API on the open cloud with multiple providers. Making open cloud easily accessible and managed.
-
- -
+
+ +
GoCloud is a golang library which hides the difference between different APIs provided by varied cloud providers (AWS, GCP, OpenStack etc.) and allows you to manage different cloud resources through a unified and easy to use API.
-
- -
+
+ +
CLocal GCP emulates Google Cloud Platform services locally. Users can leverage the rest endpoints provided by the CLocal-GCP to mock the cloud API invocations. It uses the same interfaces provided by the GCP REST API.
-
- -
+
+ +
Clocal-Azure provides an easy-to-use test/mocking framework for developing Cloud applications. It emulates Azure services on the localhost.
-
- -
@@ -113,20 +114,12 @@
Providers unified by CloudLibz
-
- -
-
- -
-
- -
-
- -
-
- +
+ + + + +
@@ -137,7 +130,7 @@

Awesome Community


-