Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shan-Weaviate committed Aug 1, 2024
1 parent 91f73e6 commit e2a6298
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
width: 100%;
transition: all 1s ease-out;

@media screen and (max-width: 600px) {
height: 484px;
}

@media screen and (max-width: 485px) {
height: auto;
display: none;
Expand Down Expand Up @@ -305,16 +309,15 @@
.tabsList {
h3 {
color: #ffffff;
font-family: Plus Jakarta Sans;
font-size: 1.3rem;

line-height: 144.9%; /* 2.1735rem */
letter-spacing: -0.015rem;

@media screen and (max-width: 485px) {
font-size: 1.1rem;
text-align: left;
display: flex;
width: 100%;
}
}
}
Expand Down Expand Up @@ -413,17 +416,18 @@
opacity: 1;
}
}

.codeImg1 {
background-image: url('/img/site/secure-slide-01.png');
}
.codeImg2 {
background-image: url('/img/site/secure-slide-02.png');
background-image: url('/img/site/secure-slide-cloud.png');
}
.codeImg3 {
background-image: url('/img/site/secure-slide-03.png');
background-image: url('/img/site/secure-slide-tiers.png');
}
.codeImg4 {
background-image: url('/img/site/secure-slide-04.png');
background-image: url('/img/site/secure-slide-community.png');
}
.codeImg5 {
background-image: url('/img/site/secure-slide-05.png');
Expand Down
4 changes: 3 additions & 1 deletion src/pages/workbench/collections.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ export default function QueryPage() {
Availabilty: <strong>Available Now</strong>
</p>
<p>
<Link to="/developers/wcs/console">Read Docs</Link>
<Link to="/developers/wcs/tools/collections-tool">
Read Docs
</Link>
</p>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion src/pages/workbench/query.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ export default function QueryPage() {
Availabilty: <strong>Available Now</strong>
</p>
<p>
<Link to="/developers/wcs/console">Read Docs</Link>
<Link to="/developers/wcs/tools/query-tool">
Read Docs
</Link>
</p>
</div>
</div>
Expand Down
8 changes: 8 additions & 0 deletions static/data/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,14 @@
"team": "delivery",
"linkedin": "joe-green-11381620a"
},
{
"name": "Kaviraj Kanagaraj",
"title": "Senior Software Engineer",
"photo": "Kaviraj.jpg",
"team": "database",
"linkedin": "kavirajkanagaraj",
"twitter": "kvrajk"
},
{
"name": "Laura Stoye",
"title": "Executive Assistant",
Expand Down
Binary file added static/img/people/team/Kaviraj.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2a6298

Please sign in to comment.