Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Major Changes In Look and Feel of Site #5

Merged
merged 30 commits into from
Dec 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,14 @@
}
</style>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap"
data-tag="font"
rel="shortcut icon"
href="public/layer1favicon.png"
type="icon/png"
sizes="32x32"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"
data-tag="font"
/>
<link
Expand Down
16 changes: 6 additions & 10 deletions components/feature-card2.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Nautical Dense Kudu</title>
<title>The Purple Bubble</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
Expand All @@ -28,18 +28,14 @@
}
</style>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap"
data-tag="font"
rel="shortcut icon"
href="public/layer1favicon.png"
type="icon/png"
sizes="32x32"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"
data-tag="font"
/>
<link
Expand Down
43 changes: 43 additions & 0 deletions components/feature-card21.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.feature-card21-feature-card {
width: 100%;
display: flex;
padding: var(--dl-space-space-unit);
position: relative;
align-items: flex-start;
flex-direction: row;
justify-content: flex-start;
}
.feature-card21-icon {
fill: var(--dl-color-gray-500);
width: 2rem;
height: 2rem;
flex-shrink: 0;
margin-right: var(--dl-space-space-oneandhalfunits);
}
.feature-card21-container {
display: flex;
align-items: flex-start;
flex-direction: column;
justify-content: flex-start;
}
.feature-card21-text {
font-weight: 600;
margin-bottom: var(--dl-space-space-unit);
}




@media(max-width: 767px) {
.feature-card21-feature-card {
flex-direction: row;
}
.feature-card21-container {
flex-direction: column;
}
}
@media(max-width: 479px) {
.feature-card21-container {
flex-direction: column;
}
}
39 changes: 20 additions & 19 deletions components/question.html → components/feature-card21.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Nautical Dense Kudu</title>
<title>The Purple Bubble</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
Expand All @@ -28,18 +28,14 @@
}
</style>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap"
data-tag="font"
rel="shortcut icon"
href="public/layer1favicon.png"
type="icon/png"
sizes="32x32"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"
data-tag="font"
/>
<link
Expand All @@ -50,17 +46,22 @@
<body>
<link rel="stylesheet" href="../style.css" />
<div>
<link href="./question.css" rel="stylesheet" />
<div class="question-container">
<span class="question-text heading4">
<span>What types of cars do you sell?</span>
</span>
<span class="question-text1">
<link href="./feature-card21.css" rel="stylesheet" />
<div class="feature-card21-feature-card">
<svg viewBox="0 0 1024 1024" class="feature-card21-icon">
<path
d="M809.003 291.328l-297.003 171.819-297.003-171.819 275.456-157.397c4.779-2.731 9.899-4.48 15.147-5.333 9.301-1.451 18.987 0.128 27.904 5.291zM491.776 979.669c6.016 3.243 12.928 5.077 20.224 5.077 7.381 0 14.336-1.877 20.395-5.163 15.189-2.475 29.909-7.68 43.392-15.36l298.709-170.709c26.368-15.232 45.269-38.315 55.424-64.597 5.675-14.592 8.619-30.165 8.747-46.251v-341.333c0-20.395-4.821-39.723-13.397-56.917-0.939-3.029-2.219-5.973-3.883-8.832-1.963-3.371-4.267-6.357-6.912-8.96-1.323-1.835-2.731-3.669-4.139-5.419-9.813-12.203-21.845-22.528-35.456-30.507l-299.051-170.88c-26.027-15.019-55.467-19.84-83.328-15.531-15.531 2.432-30.507 7.637-44.288 15.488l-298.709 170.709c-16.341 9.429-29.824 21.888-40.149 36.267-2.56 2.56-4.864 5.547-6.784 8.832-1.664 2.901-2.987 5.888-3.925 8.96-1.707 3.456-3.243 6.955-4.608 10.496-5.632 14.635-8.576 30.208-8.704 45.995v341.632c0.043 30.293 10.581 58.197 28.331 80.128 9.813 12.203 21.845 22.528 35.456 30.507l299.051 170.88c13.824 7.979 28.587 13.099 43.605 15.445zM469.333 537.045v340.949l-277.12-158.336c-4.736-2.773-8.832-6.315-12.16-10.411-5.931-7.381-9.387-16.512-9.387-26.581v-318.379zM554.667 877.995v-340.949l298.667-172.757v318.379c-0.043 5.163-1.067 10.496-2.987 15.445-3.413 8.789-9.6 16.384-18.176 21.333z"
></path>
</svg>
<div class="feature-card21-container">
<h2 class="feature-card21-text"><span>Lorem ipsum</span></h2>
<span>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non
volutpat turpis. Mauris luctus rutrum mi ut rhoncus.
<span>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In lorem
lorem, malesuada in metus vitae, scelerisque accumsan ipsum.
</span>
</span>
</span>
</div>
</div>
</div>
</body>
Expand Down
43 changes: 43 additions & 0 deletions components/feature-card22.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.feature-card22-feature-card {
width: 100%;
display: flex;
padding: var(--dl-space-space-unit);
position: relative;
align-items: flex-start;
flex-direction: row;
justify-content: flex-start;
}
.feature-card22-icon {
fill: var(--dl-color-gray-500);
width: 2rem;
height: 2rem;
flex-shrink: 0;
margin-right: var(--dl-space-space-oneandhalfunits);
}
.feature-card22-container {
display: flex;
align-items: flex-start;
flex-direction: column;
justify-content: flex-start;
}
.feature-card22-text {
font-weight: 600;
margin-bottom: var(--dl-space-space-unit);
}




@media(max-width: 767px) {
.feature-card22-feature-card {
flex-direction: row;
}
.feature-card22-container {
flex-direction: column;
}
}
@media(max-width: 479px) {
.feature-card22-container {
flex-direction: column;
}
}
68 changes: 68 additions & 0 deletions components/feature-card22.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Purple Bubble</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />

<style data-tag="reset-style-sheet">
html { line-height: 1.15;}body { margin: 0;}* { box-sizing: border-box; border-width: 0; border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption { margin: 0; padding: 0;}button { background-color: transparent;}button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus { outline: 1px dotted ButtonText;}a { color: inherit; text-decoration: inherit;}input { padding: 2px 4px;}img { display: block;}html { scroll-behavior: smooth }
</style>
<style data-tag="default-style-sheet">
html {
font-family: Inter;
font-size: 16px;
}

body {
font-weight: 400;
font-style:normal;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
line-height: 1.15;
color: var(--dl-color-gray-black);
background-color: var(--dl-color-gray-white);

}
</style>
<link
rel="shortcut icon"
href="public/layer1favicon.png"
type="icon/png"
sizes="32x32"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://unpkg.com/@teleporthq/teleport-custom-scripts/dist/style.css"
/>
</head>
<body>
<link rel="stylesheet" href="../style.css" />
<div>
<link href="./feature-card22.css" rel="stylesheet" />
<div class="feature-card22-feature-card">
<svg viewBox="0 0 1024 1024" class="feature-card22-icon">
<path
d="M809.003 291.328l-297.003 171.819-297.003-171.819 275.456-157.397c4.779-2.731 9.899-4.48 15.147-5.333 9.301-1.451 18.987 0.128 27.904 5.291zM491.776 979.669c6.016 3.243 12.928 5.077 20.224 5.077 7.381 0 14.336-1.877 20.395-5.163 15.189-2.475 29.909-7.68 43.392-15.36l298.709-170.709c26.368-15.232 45.269-38.315 55.424-64.597 5.675-14.592 8.619-30.165 8.747-46.251v-341.333c0-20.395-4.821-39.723-13.397-56.917-0.939-3.029-2.219-5.973-3.883-8.832-1.963-3.371-4.267-6.357-6.912-8.96-1.323-1.835-2.731-3.669-4.139-5.419-9.813-12.203-21.845-22.528-35.456-30.507l-299.051-170.88c-26.027-15.019-55.467-19.84-83.328-15.531-15.531 2.432-30.507 7.637-44.288 15.488l-298.709 170.709c-16.341 9.429-29.824 21.888-40.149 36.267-2.56 2.56-4.864 5.547-6.784 8.832-1.664 2.901-2.987 5.888-3.925 8.96-1.707 3.456-3.243 6.955-4.608 10.496-5.632 14.635-8.576 30.208-8.704 45.995v341.632c0.043 30.293 10.581 58.197 28.331 80.128 9.813 12.203 21.845 22.528 35.456 30.507l299.051 170.88c13.824 7.979 28.587 13.099 43.605 15.445zM469.333 537.045v340.949l-277.12-158.336c-4.736-2.773-8.832-6.315-12.16-10.411-5.931-7.381-9.387-16.512-9.387-26.581v-318.379zM554.667 877.995v-340.949l298.667-172.757v318.379c-0.043 5.163-1.067 10.496-2.987 15.445-3.413 8.789-9.6 16.384-18.176 21.333z"
></path>
</svg>
<div class="feature-card22-container">
<h2 class="feature-card22-text"><span>Lorem ipsum</span></h2>
<span>
<span>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In lorem
lorem, malesuada in metus vitae, scelerisque accumsan ipsum.
</span>
</span>
</div>
</div>
</div>
</body>
</html>
43 changes: 43 additions & 0 deletions components/feature-card23.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.feature-card23-feature-card {
width: 100%;
display: flex;
padding: var(--dl-space-space-unit);
position: relative;
align-items: flex-start;
flex-direction: row;
justify-content: flex-start;
}
.feature-card23-icon {
fill: var(--dl-color-gray-500);
width: 2rem;
height: 2rem;
flex-shrink: 0;
margin-right: var(--dl-space-space-oneandhalfunits);
}
.feature-card23-container {
display: flex;
align-items: flex-start;
flex-direction: column;
justify-content: flex-start;
}
.feature-card23-text {
font-weight: 600;
margin-bottom: var(--dl-space-space-unit);
}




@media(max-width: 767px) {
.feature-card23-feature-card {
flex-direction: row;
}
.feature-card23-container {
flex-direction: column;
}
}
@media(max-width: 479px) {
.feature-card23-container {
flex-direction: column;
}
}
68 changes: 68 additions & 0 deletions components/feature-card23.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Purple Bubble</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />

<style data-tag="reset-style-sheet">
html { line-height: 1.15;}body { margin: 0;}* { box-sizing: border-box; border-width: 0; border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption { margin: 0; padding: 0;}button { background-color: transparent;}button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus { outline: 1px dotted ButtonText;}a { color: inherit; text-decoration: inherit;}input { padding: 2px 4px;}img { display: block;}html { scroll-behavior: smooth }
</style>
<style data-tag="default-style-sheet">
html {
font-family: Inter;
font-size: 16px;
}

body {
font-weight: 400;
font-style:normal;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
line-height: 1.15;
color: var(--dl-color-gray-black);
background-color: var(--dl-color-gray-white);

}
</style>
<link
rel="shortcut icon"
href="public/layer1favicon.png"
type="icon/png"
sizes="32x32"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://unpkg.com/@teleporthq/teleport-custom-scripts/dist/style.css"
/>
</head>
<body>
<link rel="stylesheet" href="../style.css" />
<div>
<link href="./feature-card23.css" rel="stylesheet" />
<div class="feature-card23-feature-card">
<svg viewBox="0 0 1024 1024" class="feature-card23-icon">
<path
d="M809.003 291.328l-297.003 171.819-297.003-171.819 275.456-157.397c4.779-2.731 9.899-4.48 15.147-5.333 9.301-1.451 18.987 0.128 27.904 5.291zM491.776 979.669c6.016 3.243 12.928 5.077 20.224 5.077 7.381 0 14.336-1.877 20.395-5.163 15.189-2.475 29.909-7.68 43.392-15.36l298.709-170.709c26.368-15.232 45.269-38.315 55.424-64.597 5.675-14.592 8.619-30.165 8.747-46.251v-341.333c0-20.395-4.821-39.723-13.397-56.917-0.939-3.029-2.219-5.973-3.883-8.832-1.963-3.371-4.267-6.357-6.912-8.96-1.323-1.835-2.731-3.669-4.139-5.419-9.813-12.203-21.845-22.528-35.456-30.507l-299.051-170.88c-26.027-15.019-55.467-19.84-83.328-15.531-15.531 2.432-30.507 7.637-44.288 15.488l-298.709 170.709c-16.341 9.429-29.824 21.888-40.149 36.267-2.56 2.56-4.864 5.547-6.784 8.832-1.664 2.901-2.987 5.888-3.925 8.96-1.707 3.456-3.243 6.955-4.608 10.496-5.632 14.635-8.576 30.208-8.704 45.995v341.632c0.043 30.293 10.581 58.197 28.331 80.128 9.813 12.203 21.845 22.528 35.456 30.507l299.051 170.88c13.824 7.979 28.587 13.099 43.605 15.445zM469.333 537.045v340.949l-277.12-158.336c-4.736-2.773-8.832-6.315-12.16-10.411-5.931-7.381-9.387-16.512-9.387-26.581v-318.379zM554.667 877.995v-340.949l298.667-172.757v318.379c-0.043 5.163-1.067 10.496-2.987 15.445-3.413 8.789-9.6 16.384-18.176 21.333z"
></path>
</svg>
<div class="feature-card23-container">
<h2 class="feature-card23-text"><span>Lorem ipsum</span></h2>
<span>
<span>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In lorem
lorem, malesuada in metus vitae, scelerisque accumsan ipsum.
</span>
</span>
</div>
</div>
</div>
</body>
</html>
Loading