Skip to content

Commit

Permalink
Pre-commit fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneet Joshi authored and Puneet Joshi committed Dec 10, 2024
1 parent 55d5a7a commit 6348277
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 46 deletions.
2 changes: 1 addition & 1 deletion charts/sr-landing/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: sr-landing
description: A Helm chart for installing landing page for the Social Registry
description: A Helm chart for installing landing page for the Social Registry
type: application
version: 1.4.0-develop
87 changes: 43 additions & 44 deletions charts/sr-landing/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ data:
width: 1280px;
#border-radius: 8px;
overflow: hidden;
}
.header {
position: relative;
border-bottom: 1px solid #ddd;
background: #ffffff;
height: 99px;
height: 99px;
display: flex;
}
.header-menu-container {
Expand All @@ -39,8 +39,8 @@ data:
height: 25px;
position: absolute;
display: flex;
left: 1111px;
top: 37px;
left: 1111px;
top: 37px;
}
.header-menu-line {
position: absolute;
Expand Down Expand Up @@ -71,38 +71,38 @@ data:
.brand {
position: relative;
#border-bottom: 1px solid #ddd;
background: #FEC401;
height: 575px;
background: #FEC401;
height: 575px;
display: flex;
}
.brand-image-1 {
position: absolute;
left: 442px;
top: 24px;
left: 442px;
top: 24px;
width: 317px;
height: 317px;
}
.brand-welcome {
position: absolute;
left: 296px;
top: 275px;
font-family: 'Montserrat';
position: absolute;
left: 296px;
top: 275px;
font-family: 'Montserrat';
font-weight: Bold;
}
.brand-openg2p {
position: absolute;
left: 397px;
top: 298px;
font-family: 'Montserrat';
left: 397px;
top: 298px;
font-family: 'Montserrat';
font-weight: Bold;
font-size: 90px;
color: #FFFFFF;
}
.brand-explore {
position: absolute;
left: 774px;
top: 495px;
font-family: 'Montserrat';
position: absolute;
left: 774px;
top: 495px;
font-family: 'Montserrat';
font-weight: Medium;
font-size: 25px;
color: #000000;
Expand All @@ -118,55 +118,55 @@ data:
.black-background {
position: relative;
background: #000000;
height: 300px;
height: 300px;
}
.black-welcome {
position: absolute;
left: 123px;
top: 53px;
font-family: 'Montserrat';
position: absolute;
left: 123px;
top: 53px;
font-family: 'Montserrat';
font-weight: 'SemiBold';
font-size: 22px;
color: #E6E6E6;
}
.black-interactive {
position: absolute;
left: 123px;
top: 120px;
position: absolute;
left: 123px;
top: 120px;
max-width: 273px;
font-family: 'Roboto Slab';
font-family: 'Roboto Slab';
font-weight: 300;
font-size: 52px;
color: #F4C235;
}
.black-interactive-text {
position: absolute;
left: 674px;
top: 104px;
position: absolute;
left: 674px;
top: 104px;
max-width: 483px;
font-family: 'Montserrat';
font-family: 'Montserrat';
font-weight: 'Regular';
font-size: 22px;
color: #8C8989;
}
.brand2 {
position: relative;
background: #FEC401;
height: 800px;
background: #FEC401;
height: 800px;
display: flex;
}
.brand2-explore {
position: absolute;
#left: 251px;
left: 360px;
top: 71px;
font-family: 'Roboto Slab';
position: absolute;
#left: 251px;
left: 360px;
top: 71px;
font-family: 'Roboto Slab';
font-weight: 'Regular';
font-size: 60px;
color: #FFFFFF;
}
.link-square {
position: absolute;
position: absolute;
border-radius: 20px;
background: #F4C235;
left: 123px;
Expand All @@ -175,7 +175,7 @@ data:
height: 125px;
}
.link-text {
position: absolute;
position: absolute;
left: 28px;
top: 31px;
width: 200px;
Expand All @@ -185,13 +185,13 @@ data:
color: #514C4C;
}
.icon {
position: absolute;
position: absolute;
left: 214px;
top: 31px;
width: 46px;
height: 46px;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -241,4 +241,3 @@ data:
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion charts/sr-landing/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ istio:
gateway: "internal"
destination: '{{ include "landing.fullname" . }}'
destinationPort: '{{ .Values.service.port }}'
prefix: ""
prefix: ""
rewriteUri: ""
gateway:
enabled: false
Expand Down

0 comments on commit 6348277

Please sign in to comment.