webflow code added

This commit is contained in:
2024-10-15 13:00:19 -04:00
parent fb7673c52c
commit 95bf6a2287
39 changed files with 4158 additions and 0 deletions

355
css/normalize.css vendored Normal file
View File

@ -0,0 +1,355 @@
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
* 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
* specificity and defer to the .w-button selector
*/
button,
html input[type="button"],
input[type="reset"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type='checkbox'],
input[type='radio'] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
* 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
* (similar to normalize.css >=4.0.0)
*/
input[type='search'] {
-webkit-appearance: none;
/* 1 */
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}

1461
css/tp2-5dcdea.webflow.css Normal file

File diff suppressed because it is too large Load Diff

1809
css/webflow.css Normal file

File diff suppressed because it is too large Load Diff

23
detail_frustrations.html Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Oct 15 2024 16:59:22 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="66f30d5cfc8e5d0b37e67f46" data-wf-site="66f30b2453571fc3c6b67b43">
<head>
<meta charset="utf-8">
<title>TP2</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Webflow" name="generator">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/tp2-5dcdea.webflow.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Varela:400","Varela Round:400","Mukta:200,300,regular,500,600,700,800","Gloria Hallelujah:regular","Bricolage Grotesque:200,300,regular,500,600,700,800","New Amsterdam:regular","Saira:regular,800"] }});</script>
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
</head>
<body>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=66f30b2453571fc3c6b67b43" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
</body>
</html>

23
detail_solutions.html Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Oct 15 2024 16:59:22 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="66f45921f19b6272f1ba3188" data-wf-site="66f30b2453571fc3c6b67b43">
<head>
<meta charset="utf-8">
<title>TP2</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Webflow" name="generator">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/tp2-5dcdea.webflow.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Varela:400","Varela Round:400","Mukta:200,300,regular,500,600,700,800","Gloria Hallelujah:regular","Bricolage Grotesque:200,300,regular,500,600,700,800","New Amsterdam:regular","Saira:regular,800"] }});</script>
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
</head>
<body>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=66f30b2453571fc3c6b67b43" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
</body>
</html>

23
detail_values.html Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Oct 15 2024 16:59:22 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="66f43e562b18452c4c5ed864" data-wf-site="66f30b2453571fc3c6b67b43">
<head>
<meta charset="utf-8">
<title>TP2</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Webflow" name="generator">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/tp2-5dcdea.webflow.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Varela:400","Varela Round:400","Mukta:200,300,regular,500,600,700,800","Gloria Hallelujah:regular","Bricolage Grotesque:200,300,regular,500,600,700,800","New Amsterdam:regular","Saira:regular,800"] }});</script>
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
</head>
<body>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=66f30b2453571fc3c6b67b43" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

BIN
images/agreego-alpha.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

BIN
images/agreego-man.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 708 KiB

BIN
images/atlanta-p-1080.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

BIN
images/atlanta-p-1600.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 KiB

BIN
images/atlanta-p-500.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
images/atlanta-p-800.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

BIN
images/atlanta.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

1
images/carbon--chat.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="white" d="M17.74 30L16 29l4-7h6a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h9v2H6a4 4 0 0 1-4-4V8a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4h-4.84Z"/><path fill="white" d="M8 10h16v2H8zm0 6h10v2H8z"/></svg>

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
images/chaos-p-500.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

BIN
images/chaos-p-800.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

BIN
images/chaos.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
images/dash-p-1080.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

BIN
images/dash-p-1600.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

BIN
images/dash-p-500.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
images/dash-p-800.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

BIN
images/dash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 KiB

BIN
images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4a2 2 0 0 1 2 2v10c0 1.11-.89 2-2 2h4v2H0v-2h4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2zm0 2H4v10h16zm-8 6c2.21 0 4 .9 4 2v1H8v-1c0-1.1 1.79-2 4-2m0-5a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2"/></svg>

After

Width:  |  Height:  |  Size: 309 B

BIN
images/post-it-p-500.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

BIN
images/post-it.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 869 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><g fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round"><path d="M7 11.643h6.5m-1.857-1.857l1.857 1.857l-1.857 1.857M3.286 1.893a1.393 1.393 0 1 0 2.786 0a1.393 1.393 0 1 0-2.786 0M7 6.536a1.393 1.393 0 1 0 2.786 0a1.393 1.393 0 1 0-2.786 0m-2.786 5.107a1.393 1.393 0 1 0 2.786 0a1.393 1.393 0 1 0-2.786 0"/><path d="M7 6.536H3.054a2.554 2.554 0 0 0 0 5.107h1.16m5.572-5.107h1.393a2.321 2.321 0 0 0 0-4.643H6.07m-2.784 0H.5"/></g></svg>

After

Width:  |  Height:  |  Size: 542 B

3
images/underline.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="100%" height="100%" viewBox="0 0 222 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M158.568 1.35828C167.807 1.7035 176.05 1.87838 184.253 2.62233C196.176 3.69946 208.112 4.7714 219.526 8.42309C220.386 8.69596 221.933 8.71612 221.804 9.67738C221.642 10.886 220.112 10.3469 219.172 10.3874C211.49 10.6952 203.916 9.53278 196.31 8.77579C192.016 8.34913 187.715 7.95608 183.411 7.66457C166.624 6.52487 149.817 5.9549 132.995 5.61598C122.812 5.41287 112.616 5.39004 102.43 5.46919C88.0415 5.58235 73.6603 5.85954 59.2814 6.06903C51.1684 6.18671 43.0582 6.21977 34.9535 6.46198C24.2699 6.78357 13.5621 6.88971 2.91428 7.8225C2.57068 7.85004 2.22611 7.90578 1.8833 7.91075C1.40741 7.91108 0.920613 7.86019 0.785852 7.35848C0.657034 6.86828 1.05938 6.61124 1.46631 6.40519C2.17047 6.04573 2.95052 5.87529 3.7482 5.74501C10.883 4.57094 18.1145 4.07797 25.3349 3.53943C41.1056 2.3563 56.9292 2.02218 72.737 1.41077C83.4873 0.995492 94.2275 0.687167 104.995 0.696064C116.219 0.703973 127.444 0.86441 138.666 0.923087C145.638 0.963228 152.6 1.29106 158.555 1.36348L158.568 1.35828Z" fill="#ffffff"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
images/webclip.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

306
index.html Normal file
View File

@ -0,0 +1,306 @@
<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Oct 15 2024 16:59:22 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="66f30b2453571fc3c6b67b4a" data-wf-site="66f30b2453571fc3c6b67b43">
<head>
<meta charset="utf-8">
<title>AgreeGo: Building Stronger Communities Together</title>
<meta content="Discover how AgreeGo empowers communities with tools for streamlined self-management, consensus-building, and collaborative decision-making. Join us in shaping a more engaged, transparent, and successful neighborhood experience." name="description">
<meta content="AgreeGo: Building Stronger Communities Together" property="og:title">
<meta content="Discover how AgreeGo empowers communities with tools for streamlined self-management, consensus-building, and collaborative decision-making. Join us in shaping a more engaged, transparent, and successful neighborhood experience." property="og:description">
<meta content="https://cdn.prod.website-files.com/66f30b2453571fc3c6b67b43/66fec5104e13f4ef669beb4b_dash.png" property="og:image">
<meta content="AgreeGo: Building Stronger Communities Together" property="twitter:title">
<meta content="Discover how AgreeGo empowers communities with tools for streamlined self-management, consensus-building, and collaborative decision-making. Join us in shaping a more engaged, transparent, and successful neighborhood experience." property="twitter:description">
<meta content="https://cdn.prod.website-files.com/66f30b2453571fc3c6b67b43/66fec5104e13f4ef669beb4b_dash.png" property="twitter:image">
<meta property="og:type" content="website">
<meta content="summary_large_image" name="twitter:card">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Webflow" name="generator">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/tp2-5dcdea.webflow.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Varela:400","Varela Round:400","Mukta:200,300,regular,500,600,700,800","Gloria Hallelujah:regular","Bricolage Grotesque:200,300,regular,500,600,700,800","New Amsterdam:regular","Saira:regular,800"] }});</script>
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<style>
.solution-details p {
position: relative;
margin-bottom: 2vw;
}
.solution-details p::before {
content: '';
display: inline-block;
width: 1.4vw;
height: 1.4vw;
background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.39453 7.17606L5.96457 11.7461L16.4104 1.30029' stroke='%23E8FF59' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
margin-right: 1.0vw;
}
</style>
<script>window.salesmateSettings = { workspace_id: "9aa3de1a-bd44-4960-a7de-9f1aefe96926", app_key:"ac9a6e40-6630-11ef-80ec-cd0ee3e74a50", tenant_id:"thoughtpatterns.salesmate.io"}</script>
<script>!function(e,t,a,i,d,n,o){e.Widget=i,e[i]=e[i]||function(){(e[i].q=e[i].q||[]).push(arguments)},n=t.createElement(a),o=t.getElementsByTagName(a)[0],n.id=i,n.src=d,window._salesmate_widget_script_url=d,n.async=1,o.parentNode.insertBefore(n,o)}(window,document,"script","loadwidget", "https://thoughtpatterns.salesmate.io/messenger-platform/messenger-platform-main.js"),loadwidget("init",{}),loadwidget("load_widget","Widget Loading...!");</script>
<script>
document.addEventListener('DOMContentLoaded', function() {
// set up chat buttons
const chatButtons = document.querySelectorAll('.chat-with-us');
chatButtons.forEach(button => {
button.addEventListener('click', () => {
SALESMATE.showChatWidget();
});
});
// set up meeting scheduler data
var MEETING_DATA = {
backgroundColor: "#FFFFFF00",
textColor: "#FFFFFF",
buttonAndLinkColor: "#FFFFFF",
meetingURL: 'https://thoughtpatterns.salesmate.io/meetings/#/thoughtpatterns/scheduler/lets-talk',
initData: {},
divId: 'scheduler'
};
// set up meeting scheduler
if ("undefined" == typeof SM_Meetings) {
let e = document.createElement("script");
e.setAttribute("src", "https://thoughtpatterns.salesmate.io/meetings.js");
e.onload = function() {
SM_Meetings.loadMeeting(MEETING_DATA);
};
document.head.appendChild(e);
} else {
SM_Meetings.loadMeeting(MEETING_DATA);
}
});
</script>
</head>
<body class="body">
<div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav">
<div class="container w-container">
<div class="nav-wrap">
<a href="#" class="nav-logo-wrap w-nav-brand"><img sizes="(max-width: 479px) 40vw, (max-width: 1919px) 20vw, 15vw" srcset="images/agreego-alpha-p-500.png 500w, images/agreego-alpha.png 1000w" alt="Brand Logo" src="images/agreego-alpha.png" loading="lazy" class="image"></a>
<nav role="navigation" class="nav-menu w-nav-menu">
<div class="nav-link-wrap">
<a href="index.html" aria-current="page" class="nav-link w-nav-link w--current">Home</a>
<div class="nav-link-line"></div>
<div class="nav-link-line"></div>
<a href="roadmap.html" class="nav-link w-nav-link">Roadmap</a>
</div>
</nav>
<div class="menu-button w-nav-button">
<div class="w-icon-nav-menu"></div>
</div>
</div>
</div>
</div>
<section class="home-banner">
<div class="w-layout-blockcontainer container w-container">
<div class="w-layout-grid home-banner-grid">
<div id="w-node-ff86fc87-0267-ba35-6eb7-9f9d4f6cd40b-c6b67b4a" data-w-id="ff86fc87-0267-ba35-6eb7-9f9d4f6cd40b" style="opacity:0">
<h1 class="banner-title-top">Replace your clunky management with <span class="text-span-11">AgreeGo</span> to reach consensus and </h1>
<h1 class="banner-title-bottom"><span class="banner-title-underline">get things done</span></h1>
<p class="banner-text">Why pay a crufty third party of button pushers not interested or invested in your success? Volunteer and AI manage your community with the intelligent people you already live with. Let us gut check everything behind the scenes.</p>
<div class="call-to-action">
<a href="#book" class="button w-inline-block">
<div class="button-icon-wrap"><img loading="lazy" src="images/mdi--virtual-meeting.svg" alt="" class="image-3"></div>
<div class="button-text">Book a Call</div>
</a>
<a href="#" class="button button-black chat-with-us w-inline-block">
<div class="button-icon-wrap"><img loading="lazy" src="images/carbon--chat.svg" alt="" class="image-3"></div>
<div class="button-text">Chat with Us</div>
</a>
<a href="roadmap.html" class="button button-black w-inline-block">
<div class="button-icon-wrap"><img loading="lazy" src="images/streamline--arrow-roadmap.svg" alt="" class="image-3"></div>
<div class="button-text">See Roadmap</div>
</a>
</div>
</div>
<div id="w-node-ff86fc87-0267-ba35-6eb7-9f9d4f6cd420-c6b67b4a" data-w-id="ff86fc87-0267-ba35-6eb7-9f9d4f6cd420" style="opacity:0" class="home-banner-image-wrap"><img sizes="(max-width: 991px) 84vw, 65vw" srcset="images/dash-p-500.png 500w, images/dash-p-800.png 800w, images/dash-p-1080.png 1080w, images/dash-p-1600.png 1600w, images/dash.png 1647w" alt="AgreeGo dashboard interface displaying an intuitive overview of community decisions, bank accounts, project budgets, and maintenance tasks, designed to streamline management and foster community-driven success" src="images/dash.png" loading="eager" class="home-banner-image"></div>
</div>
</div>
</section>
<div data-w-id="28c2021f-2f82-3dfb-28b1-9b29b81334af" class="chaos-section">
<div data-w-id="28c2021f-2f82-3dfb-28b1-9b29b81334b0" style="opacity:0" class="chaos-sticky">
<div class="chaos-sticky-top">
<div data-w-id="9d71cd08-283d-fa3b-8ff2-d166dd8259df" style="opacity:0" class="section-title-wrap">
<h2 class="schedule-title">Fed up with your <span class="text-span">&quot;property management&quot;</span>?</h2>
</div>
</div>
<div class="chaos-sticky-middle">
<div class="w-layout-blockcontainer container frustrations-container w-container">
<div data-w-id="28c2021f-2f82-3dfb-28b1-9b29b81334b2" style="opacity:0" class="frustrations-wrap w-dyn-list">
<div role="list" class="frustrations-list w-dyn-items">
<div role="listitem" class="frustration-item w-dyn-item">
<div id="w-node-fcf31704-7989-722e-afb7-b3e19da4ba2b-c6b67b4a" class="pi-block">
<div id="w-node-_4d5af033-773e-55cb-0727-02b09f43abcd-c6b67b4a" class="pi-title">
<h3 class="pi-title-text w-dyn-bind-empty"></h3>
</div>
<div id="w-node-fcf31704-7989-722e-afb7-b3e19da4ba2c-c6b67b4a" class="pi-paper"><img id="w-node-fcf31704-7989-722e-afb7-b3e19da4ba2d-c6b67b4a" sizes="(max-width: 479px) 76vw, (max-width: 767px) 57vw, (max-width: 991px) 38vw, (max-width: 1279px) 33vw, (max-width: 1439px) 31vw, (max-width: 1919px) 32vw, 22vw" alt="Aerial view of Castleberry Point, a mixed-use condo complex in Downtown Atlanta, GA, with 123 units, highlighted as &#x27;The Alpha Site&#x27; where automated self-management processes were successfully implemented" src="images/post-it.png" loading="lazy" srcset="images/post-it-p-500.png 500w, images/post-it.png 707w" class="image-2">
<div id="w-node-fcf31704-7989-722e-afb7-b3e19da4ba2e-c6b67b4a" class="pi-paper-content">
<div class="pi-top">
<h4 class="pi-note w-dyn-bind-empty"></h4>
<h4 class="pi-note w-dyn-bind-empty"></h4>
<h4 class="pi-note w-dyn-bind-empty"></h4>
</div>
</div>
</div>
<div class="pi-reality">
<div id="w-node-_5659da0b-eb13-063b-a27c-b0810245f037-c6b67b4a" class="pi-reality-content">
<h4 id="w-node-_5659da0b-eb13-063b-a27c-b0810245f038-c6b67b4a" class="pi-reality-subtitle">REALITY CHECK</h4>
<h5 id="w-node-_5659da0b-eb13-063b-a27c-b0810245f03a-c6b67b4a" class="pi-reality-text w-dyn-bind-empty"></h5>
</div>
</div>
</div>
</div>
</div>
<div class="w-dyn-empty">
<div>No items found.</div>
</div>
</div>
</div>
</div>
<div class="chaos-sticky-bottom">
<div data-w-id="95d19cf3-e585-e146-8a2e-637065a6adf8" style="opacity:0" class="section-title-wrap wifty">
<h2 class="schedule-title what-if-we-told-you">What if we told you<br></h2>
<h2 class="schedule-title what-if-we-told-you">The only property manager you&#x27;ll ever need is <em class="italic-text">you</em> and your <em class="italic-text-2">neighbors</em><br></h2>
</div>
</div>
</div>
</div>
<section class="reality-section">
<div class="align-center"></div>
<div class="w-layout-blockcontainer container w-container"></div>
</section>
<section class="call-to-action-section">
<div class="align-center">
<div class="call-to-action">
<a href="#book" class="button w-inline-block">
<div class="button-icon-wrap"><img loading="lazy" src="images/mdi--virtual-meeting.svg" alt="" class="image-3"></div>
<div class="button-text">Book a Call</div>
</a>
<a href="#" class="button button-black chat-with-us w-inline-block">
<div class="button-icon-wrap"><img loading="lazy" src="images/carbon--chat.svg" alt="" class="image-3"></div>
<div class="button-text">Chat with Us</div>
</a>
<a href="roadmap.html" class="button button-black w-inline-block">
<div class="button-icon-wrap"><img loading="lazy" src="images/streamline--arrow-roadmap.svg" alt="" class="image-3"></div>
<div class="button-text">See Roadmap</div>
</a>
</div>
</div>
</section>
<section class="values-section">
<div class="align-center">
<div data-w-id="939ac8bd-b00c-26ca-a7c7-316db366c2fc" style="opacity:0" class="section-title-wrap">
<h2 class="schedule-title">Let&#x27;s take a second to remember what really <span class="text-span-2">matters</span>...</h2>
</div>
</div>
<div class="w-layout-blockcontainer container w-container">
<div id="w-node-bf1f67d5-bdbb-fdb5-3642-e253fad37be2-c6b67b4a" class="values-wrap w-dyn-list">
<div role="list" class="values-grid w-dyn-items">
<div data-w-id="bf1f67d5-bdbb-fdb5-3642-e253fad37be4" style="opacity:0" role="listitem" class="values-item w-dyn-item">
<div class="value-block">
<div class="value-icon-wrap">
<div class="value-icon w-dyn-bind-empty w-richtext"></div>
</div>
<h3 class="value-title w-dyn-bind-empty"></h3>
<p class="value-text w-dyn-bind-empty"></p>
</div>
</div>
</div>
<div class="w-dyn-empty">
<div>No items found.</div>
</div>
</div>
</div>
</section>
<section class="hope-section">
<div class="w-layout-blockcontainer container w-container">
<div class="align-center">
<div data-w-id="95d19cf3-e585-e146-8a2e-637065a6ae05" style="opacity:0" class="section-title-wrap">
<div class="w-layout-grid man-grid"><img class="joyful-man" src="images/agreego-man.png" alt="Man joyfully leaping into radiant light, symbolizing the excitement of discovering a powerful tool to bring peace and harmony to his community." style="opacity:0" sizes="(max-width: 767px) 84vw, (max-width: 991px) 81vw, (max-width: 1439px) 700px, 900px" data-w-id="6400dd1e-1717-9058-b716-da336fdb5e2a" id="w-node-_6400dd1e-1717-9058-b716-da336fdb5e2a-c6b67b4a" loading="lazy" srcset="images/agreego-man-p-500.png 500w, images/agreego-man-p-800.png 800w, images/agreego-man.png 933w">
<h2 id="w-node-_95d19cf3-e585-e146-8a2e-637065a6ae06-c6b67b4a" data-w-id="95d19cf3-e585-e146-8a2e-637065a6ae06" style="opacity:0" class="man-text">Are you ready to bring <span class="text-span-4">peace</span> to your community?<br></h2>
</div>
<h2 class="schedule-title">Join our <span class="text-span-5">vision</span> of disrupting traditional management<br></h2>
<h2 class="schedule-title">We&#x27;ve implemented our automated self-management processes at...<br></h2>
</div>
<div class="w-layout-grid castleberry-point-grid"><img class="castleberry-point-map" src="images/castleberry-point-card.png" alt="Aerial view of Castleberry Point, a mixed-use condo complex in Downtown Atlanta, GA, with 123 units, highlighted as &#x27;The Alpha Site&#x27; where automated self-management processes were successfully implemented" style="opacity:0" sizes="100vw" data-w-id="17f1c697-ca96-8716-6c01-14a839af3728" id="w-node-_17f1c697-ca96-8716-6c01-14a839af3728-c6b67b4a" loading="lazy" srcset="images/castleberry-point-card-p-500.png 500w, images/castleberry-point-card-p-800.png 800w, images/castleberry-point-card-p-1080.png 1080w, images/castleberry-point-card.png 1200w">
<div id="w-node-_9cfbcd91-6607-b16e-f76d-db2a37c942bd-c6b67b4a" class="castleberry-point-content">
<div data-w-id="377f2f3a-bb3a-0198-4101-83c6706f3e29" style="opacity:0" class="castleberry-point-title">Castleberry Point<br></div>
<div data-w-id="165c3be7-af99-ee07-f088-136aadb52973" style="opacity:0" class="castleberry-point-subtitle">Mixed-Use Condo Complex<br><span class="text-span-9">&quot;The Alpha Site&quot;</span></div>
<div data-w-id="36729b33-2735-8b79-af97-c703a2afff93" style="opacity:0" class="castleberry-point-bottom">123 Units<br>Downtown<br>Atlanta, GA</div>
</div>
</div>
<div data-w-id="d0c2a2d2-7ad5-270c-b31f-495a535755fa" style="opacity:0" class="section-title-wrap">
<h2 class="schedule-title">(we got so tired of firing management companies)<br></h2>
<h2 class="schedule-title">Over the past six years, we&#x27;ve made self-management possible for associations of any size</h2>
</div><img src="images/atlanta.png" alt="A panoramic view of the Atlanta skyline, symbolizing growth and innovation as the 2nd and 3rd beta communities onboard in the area, with the potential for more to follow." style="opacity:0" sizes="100vw" data-w-id="a74ed790-8feb-9d83-c889-f05f11e41d24" loading="lazy" srcset="images/atlanta-p-500.png 500w, images/atlanta-p-800.png 800w, images/atlanta-p-1080.png 1080w, images/atlanta-p-1600.png 1600w, images/atlanta.png 1792w">
<div data-w-id="b19e1602-4792-0207-cab4-b1382df2aa27" style="opacity:0" class="section-title-wrap">
<h2 class="schedule-title">The 2nd and 3rd beta communities are currently onboarding in the Atlanta area<br></h2>
<h2 class="schedule-title">Want to be <span class="text-span-8">next</span>?<br></h2>
</div>
</div>
</div>
</section>
<section class="call-to-action-section">
<div class="align-center">
<div class="call-to-action">
<a href="#book" class="button w-inline-block">
<div class="button-icon-wrap"><img loading="lazy" src="images/mdi--virtual-meeting.svg" alt="" class="image-3"></div>
<div class="button-text">Book a Call</div>
</a>
<a href="#" class="button button-black chat-with-us w-inline-block">
<div class="button-icon-wrap"><img loading="lazy" src="images/carbon--chat.svg" alt="" class="image-3"></div>
<div class="button-text">Chat with Us</div>
</a>
<a href="roadmap.html" class="button button-black w-inline-block">
<div class="button-icon-wrap"><img loading="lazy" src="images/streamline--arrow-roadmap.svg" alt="" class="image-3"></div>
<div class="button-text">See Roadmap</div>
</a>
</div>
</div>
</section>
<section class="solution-section">
<div class="align-center">
<div data-w-id="8a1a8d7f-8b10-12c7-763b-c56b422f0e2d" style="opacity:0" class="section-title-wrap">
<h2 class="schedule-title">We&#x27;re building <span class="text-span-10">AgreeGo</span> to help you...<br></h2>
</div>
</div>
<div class="w-layout-blockcontainer container w-container">
<div class="solutions-wrap w-dyn-list">
<div role="list" class="solutions-grid w-dyn-items">
<div role="listitem" class="solution-item w-dyn-item">
<div id="w-node-_4eeb46ef-4c49-1ef3-dd8a-23e3a130ded2-c6b67b4a" data-w-id="4eeb46ef-4c49-1ef3-dd8a-23e3a130ded2" style="opacity:0" class="solution-block">
<div class="solution-icon-wrap">
<div class="solution-icon w-dyn-bind-empty w-richtext"></div>
</div>
<div class="solution-body">
<h3 class="solution-title w-dyn-bind-empty"></h3>
<p class="solution-text w-dyn-bind-empty"></p>
<div class="solution-details">
<div class="solution-details w-dyn-bind-empty w-richtext"></div>
</div>
</div>
</div>
</div>
</div>
<div class="w-dyn-empty">
<div>No items found.</div>
</div>
</div>
</div>
</section>
<section class="schedule-section">
<div class="w-layout-blockcontainer container w-container">
<div id="book" class="booker">
<h2 class="schedule-title">Schedule some time with us to learn more :)</h2>
<div id="scheduler" class="scheduler"></div>
</div>
</div>
</section>
<section class="footer-section"></section>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=66f30b2453571fc3c6b67b43" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
</body>
</html>

55
js/webflow.js Normal file

File diff suppressed because one or more lines are too long

97
roadmap.html Normal file
View File

@ -0,0 +1,97 @@
<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Oct 15 2024 16:59:22 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="66fecb936bc17e6230c8811a" data-wf-site="66f30b2453571fc3c6b67b43">
<head>
<meta charset="utf-8">
<title>Roadmap</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Webflow" name="generator">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/tp2-5dcdea.webflow.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Varela:400","Varela Round:400","Mukta:200,300,regular,500,600,700,800","Gloria Hallelujah:regular","Bricolage Grotesque:200,300,regular,500,600,700,800","New Amsterdam:regular","Saira:regular,800"] }});</script>
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<style>
.solution-details p {
position: relative;
line-height: 1.2;
}
.solution-details p::before {
content: '';
display: inline-block;
width: 20px;
height: 20px;
background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.39453 7.17606L5.96457 11.7461L16.4104 1.30029' stroke='%23E8FF59' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
margin-right: 8px;
}
.pi-notes p {
position: relative;
line-height: 1.2;
}
</style>
<script>window.salesmateSettings = { workspace_id: "9aa3de1a-bd44-4960-a7de-9f1aefe96926", app_key:"ac9a6e40-6630-11ef-80ec-cd0ee3e74a50", tenant_id:"thoughtpatterns.salesmate.io"}</script>
<script>!function(e,t,a,i,d,n,o){e.Widget=i,e[i]=e[i]||function(){(e[i].q=e[i].q||[]).push(arguments)},n=t.createElement(a),o=t.getElementsByTagName(a)[0],n.id=i,n.src=d,window._salesmate_widget_script_url=d,n.async=1,o.parentNode.insertBefore(n,o)}(window,document,"script","loadwidget", "https://thoughtpatterns.salesmate.io/messenger-platform/messenger-platform-main.js"),loadwidget("init",{}),loadwidget("load_widget","Widget Loading...!");</script>
<script>
! function() {
var MEETING_DATA = {
backgroundColor: "#FFFFFF00",
textColor: "#FFFFFF",
buttonAndLinkColor: "#FFFFFF",
meetingURL: 'https://thoughtpatterns.salesmate.io/meetings/#/thoughtpatterns/scheduler/lets-talk',
initData: {},
divId: 'scheduler'
};
if ("undefined" == typeof SM_Meetings) {
let e = document.createElement("script"); e.setAttribute("src", "https://thoughtpatterns.salesmate.io/meetings.js"),
e.onload = function() {
SM_Meetings.loadMeeting(MEETING_DATA)
},
document.head.appendChild(e)
} else SM_Meetings.loadMeeting(MEETING_DATA)
}();
document.addEventListener('DOMContentLoaded', function() {
document.querySelector('.chat-with-us').addEventListener('click', () => {
SALESMATE.showChatWidget();
});
});
</script>
</head>
<body class="body">
<div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav">
<div class="container w-container">
<div class="nav-wrap">
<a href="#" class="nav-logo-wrap w-nav-brand"><img sizes="(max-width: 479px) 40vw, (max-width: 1919px) 20vw, 15vw" srcset="images/agreego-alpha-p-500.png 500w, images/agreego-alpha.png 1000w" alt="Brand Logo" src="images/agreego-alpha.png" loading="lazy" class="image"></a>
<nav role="navigation" class="nav-menu w-nav-menu">
<div class="nav-link-wrap">
<a href="index.html" class="nav-link w-nav-link">Home</a>
<div class="nav-link-line"></div>
<div class="nav-link-line"></div>
<a href="roadmap.html" aria-current="page" class="nav-link w-nav-link w--current">Roadmap</a>
</div>
</nav>
<div class="menu-button w-nav-button">
<div class="w-icon-nav-menu"></div>
</div>
</div>
</div>
</div>
<section class="reality-section">
<div class="align-center">
<div data-w-id="ad567114-58e2-a725-1543-e155abd398f2" style="opacity:0" class="section-title-wrap">
<h2 class="schedule-title">Coming Soon :)<br></h2>
</div>
</div>
<div class="w-layout-blockcontainer container w-container"></div>
</section>
<section class="footer-section"></section>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=66f30b2453571fc3c6b67b43" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
</body>
</html>