Skip to content

Commit

Permalink
style: maker audit prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed Sep 20, 2024
1 parent e747ab3 commit 07977a8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 11 deletions.
11 changes: 9 additions & 2 deletions static/code/css/ubq.css
Original file line number Diff line number Diff line change
Expand Up @@ -530,11 +530,11 @@ p {
height: 100%;
width: 100%;
}
#Partners {
#Partners, #Audits {
height: unset;
padding: 10% 0;
}
#Partners > article > div:nth-child(1) {
#Partners > article > div:nth-child(1), #Audits > article > div:nth-child(1) {
max-width: 1280px;
margin: 24px auto;
width: 75%;
Expand All @@ -561,6 +561,13 @@ p {
text-align: center;
line-height: 1;
}
#Partners .header-aside, #Audits .header-aside {
margin-left: 0;
}
#Audits a {
color: #0ff;
text-decoration: underline;
}
#Intro div.circle svg {
margin: 19.5% 15.5% 0 16.5%;
fill: #0ff;
Expand Down
27 changes: 18 additions & 9 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@
<div id="Info">
<header>
<div id="sine-holder"><canvas id="sine" width="640"></canvas></div>
<h1>Putting the 'A' In 'DAO'</h1>
<aside>Introducing UbiquityOS: automated task management for decentralized operations.</aside>
<h1>Empowering the Future of DAOs</h1>
<aside>UbiquityOS: Automating DAO operations with real-time task management and decentralized governance.</aside>
</header>

<ol id="pilot-program">
<li>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSedf-TKN3hRbc18HlmgY2j8VAb_4KYn_P5z6h0E1MaH1ieq0A/viewform" target="_blank">
<span>Sign up for the pilot program</span>
<span>Get Started with UbiquityOS</span>
</a>
</li>
</ol>
Expand Down Expand Up @@ -173,16 +173,14 @@ <h2>Revolutionizing Decentralized Operations</h2>
<li>
<div>
<h3>DeFi &amp; AI Synergy</h3>
<p
>Optimize operations with cutting-edge DeFi and AI. Our platform ensures accurate and fair compensation through comprehensive
qualitative and quantitative evaluations.</p
<p>Leverage advanced DeFi and AI for real-time, fair rewards. UbiquityOS ensures precise contributions tracking.</p
>
</div>
</li>
<li>
<div>
<h3>Instant Dynamic Compensation</h3>
<p>Quantified contributions rewarded instantly upon task completion. Boost productivity and fairness in real-time.</p>
<p>Contributions are instantly rewarded upon task completion—boosting fairness and productivity.</p>
</div>
</li>
<li>
Expand All @@ -200,7 +198,7 @@ <h3>Open Source Innovation</h3>
<li>
<div>
<h3>XP-Powered Governance</h3>
<p>Our unique XP system tracks contributions, boosting transparency and refining decision-making within DAOs.</p>
<p>Our XP system tracks contributions to ensure transparent and fair decision-making.</p>
</div>
</li>
<li>
Expand Down Expand Up @@ -252,7 +250,10 @@ <h2>Contribute</h2>
</section>
<section id="Partners" class="Active">
<article>
<div><h2>Our Investors</h2></div>
<div>
<h2>Our Investors</h2>
<p class="header-aside">Supported by industry leaders who believe in the future of decentralized finance and governance.</p>
</div>
<div>
<ul>
<li>
Expand Down Expand Up @@ -398,6 +399,14 @@ <h2>Contribute</h2>
</div>
</article>
</section>
<section id="Audits" class="Active">
<article>
<div>
<h2>Audit Transparency</h2>
<p class="header-aside">UbiquityOS has undergone rigorous audits by Sherlock to ensure the security of our stablecoin. Read more in our <a href="https://github.com/ubiquity/ubiquity-dollar/blob/0a230f977ad91bbfb01dd28bc1d2ea77faed5237/packages/contracts/audits/ubiquity-audit-report-sherlock.pdf" target="_blank">audit reports</a>.</p>
</div>
</article>
</section>
<footer class="Active">
<article>
<div id="footer-message">
Expand Down

0 comments on commit 07977a8

Please sign in to comment.