Skip to content

Commit 8757aae

Browse files
Add links on homepage (#160)
* fix intro links * add links * links to socials * fix api docs links
1 parent a8b627a commit 8757aae

File tree

2 files changed

+29
-44
lines changed

2 files changed

+29
-44
lines changed

ui/src/partials/footer-content.hbs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,43 +11,43 @@
1111
</li>
1212
<ul class="flex flex-wrap space-x-6 space-y-4">
1313
<li>
14-
<a href="#">Terms of Service</a>
14+
<a href="https://circleci.com/legal/terms-of-service/">Terms of Service</a>
1515
</li>
1616
<li>
17-
<a href="#">Privacy Policy</a>
17+
<a href="https://circleci.com/legal/privacy/">Privacy Policy</a>
1818
</li>
1919
<li>
20-
<a href="#">Cookie Policy</a>
20+
<a href="https://circleci.com/legal/cookie-policy/">Cookie Policy</a>
2121
</li>
2222
<li>
23-
<a href="#">Security</a>
23+
<a href="https://circleci.com/security/">Security</a>
2424
</li>
2525
</ul>
2626

2727
</ul>
2828
<ul class="flex space-x-4 items-center mt-5">
2929
<li>
30-
<a href="#">
30+
<a href="https://github.com/circleci">
3131
<img src="{{uiRootPath}}/img/github-icon.svg" alt="Github Socials" class="h-4 w-4">
3232
</a>
3333
</li>
3434
<li>
35-
<a href="#">
35+
<a href="https://circleci.com/blog/feed.xml">
3636
<img src="{{uiRootPath}}/img/rss-icon.svg" alt="RSS Socials" class="h-4 w-4">
3737
</a>
3838
</li>
3939
<li>
40-
<a href="#">
40+
<a href="https://x.com/circleci">
4141
<img src="{{uiRootPath}}/img/x-icon.svg" alt="X Socials" class="h-4 w-4">
4242
</a>
4343
</li>
4444
<li>
45-
<a href="#">
45+
<a href="https://www.twitch.tv/circleci">
4646
<img src="{{uiRootPath}}/img/twitch-icon.svg" alt="Twitch Socials" class="h-4 w-4">
4747
</a>
4848
</li>
4949
<li>
50-
<a href="#">
50+
<a href="https://www.linkedin.com/company/circleci">
5151
<img src="{{uiRootPath}}/img/linkedin-icon.svg" alt="LinkedIn Socials" class="h-4 w-4">
5252
</a>
5353
</li>

ui/src/partials/landing.hbs

Lines changed: 20 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
</p>
1010
<ol class="list-decimal list-inside text-link-on-light">
1111
<li>
12-
<a href="#">Connect your code</a>
12+
<a href="{{{relativize '/guides/getting-started/first-steps.html'}}}">Connect your code</a>
1313
</li>
1414
<li>
15-
<a href="#">Set up a project</a>
15+
<a href="{{{relativize '/guides/getting-started/create-project.html'}}}">Set up a project</a>
1616
</li>
1717
<li>
18-
<a href="#">Invite your team</a>
18+
<a href="{{{relativize '/guides/getting-started/invite-your-team.html'}}}">Invite your team</a>
1919
</li>
2020
</ol>
2121
</div>
@@ -29,7 +29,7 @@
2929
</p>
3030

3131
<div class="flex flex-col md:flex-row gap-8 md:justify-between">
32-
<a href="#" class="group flex-1 rounded-2xl border border-vapor p-8 hover:bg-inline-grey flex flex-col justify-between items-start">
32+
<a href="{{{relativize '/guides/getting-started/getting-started.html'}}}" class="group flex-1 rounded-2xl border border-vapor p-8 hover:bg-inline-grey flex flex-col justify-between items-start">
3333
<img src="{{{uiRootPath}}}/img/deployment.svg" alt="Quick Start Rocket" class="h-[48px]">
3434
<p class="flex items-center justify-between font-medium text-[20px] lg:text-[24px] md:flex-col lg:flex-row lg:items-center md:items-start mt-4">
3535
Quickstart guide
@@ -38,7 +38,7 @@
3838
</svg>
3939
</p>
4040
</a>
41-
<a href="#" class="group flex-1 rounded-2xl border border-vapor p-8 hover:bg-inline-grey flex flex-col justify-between items-start">
41+
<a href="{{{relativize '/guides/getting-started/hello-world.html'}}}" class="group flex-1 rounded-2xl border border-vapor p-8 hover:bg-inline-grey flex flex-col justify-between items-start">
4242
<img src="{{{uiRootPath}}}/img/insights.svg" alt="Idea - Hello world" class="h-[48px]">
4343
<p class="flex items-center justify-between font-medium text-[20px] lg:text-[24px] md:flex-col lg:flex-row lg:items-center md:items-start mt-4">
4444
Hello world
@@ -47,7 +47,7 @@
4747
</svg>
4848
</p>
4949
</a>
50-
<a href="#" class="group flex-1 rounded-2xl border border-vapor p-8 hover:bg-inline-grey flex flex-col justify-between items-start">
50+
<a href="{{{relativize '/guides/getting-started/slack-orb-tutorial.html'}}}" class="group flex-1 rounded-2xl border border-vapor p-8 hover:bg-inline-grey flex flex-col justify-between items-start">
5151
<img src="{{{uiRootPath}}}/img/chat-with-us.svg" alt="Chat Notifications" class="h-[48px]">
5252
<p class="flex items-center justify-between font-medium text-[20px] lg:text-[24px] md:flex-col lg:flex-row lg:items-center md:items-start mt-4">
5353
Slack Notifications
@@ -66,7 +66,7 @@
6666
<img src="{{{uiRootPath}}}/img/stack.svg" alt="Execution Environments" class="h-7 w-7 p-0.5">
6767
</div>
6868
<div>
69-
<a href="#" class="text-link-on-light">
69+
<a href="{{{relativize '/guides/execution-managed/executor-intro.html'}}}" class="text-link-on-light">
7070
<h5 class="font-medium text-[20px]">
7171
Execution Environments
7272
</h5>
@@ -81,7 +81,7 @@
8181
<img src="{{{uiRootPath}}}/img/pipeline.svg" alt="Pipelines" class="h-7 w-7 p-0.5">
8282
</div>
8383
<div>
84-
<a href="#" class="text-link-on-light">
84+
<a href="{{{relativize '/guides/orchestrate/pipelines.html'}}}" class="text-link-on-light">
8585
<h5 class="font-medium text-[20px]">
8686
Pipelines
8787
</h5>
@@ -96,7 +96,7 @@
9696
<img src="{{{uiRootPath}}}/img/job.svg" alt="Jobs Deployment Examples" class="h-7 w-7 p-0.5">
9797
</div>
9898
<div>
99-
<a href="#" class="text-link-on-light">
99+
<a href="{{{relativize '/guides/deploy/deployment-overview.html'}}}" class="text-link-on-light">
100100
<h5 class="font-medium text-[20px]">
101101
Deployment Examples
102102
</h5>
@@ -111,7 +111,7 @@
111111
<img src="{{{uiRootPath}}}/img/container.svg" alt="Docker Container" class="h-7 w-7 p-0.5">
112112
</div>
113113
<div>
114-
<a href="#" class="text-link-on-light">
114+
<a href="{{{relativize '/guides/execution-managed/using-docker.html'}}}" class="text-link-on-light">
115115
<h5 class="font-medium text-[20px]">
116116
Using Docker
117117
</h5>
@@ -127,7 +127,7 @@
127127
<img src="{{{uiRootPath}}}/img/orbs.svg" alt="Orbs" class="h-7 w-7 p-0.5">
128128
</div>
129129
<div>
130-
<a href="#" class="text-link-on-light">
130+
<a href="{{{relativize '/orbs/use/orb-intro.html'}}}" class="text-link-on-light">
131131
<h5 class="font-medium text-[20px]">
132132
Third Party Integrations
133133
</h5>
@@ -143,7 +143,7 @@
143143
<img src="{{{uiRootPath}}}/img/security.svg" alt="Security" class="h-7 w-7 p-0.5">
144144
</div>
145145
<div>
146-
<a href="#" class="text-link-on-light">
146+
<a href="{{{relativize '/guides/security/contexts.html'}}}" class="text-link-on-light">
147147
<h5 class="font-medium text-[20px]">
148148
Security
149149
</h5>
@@ -164,7 +164,7 @@
164164
<p class="text-left lg:text-justify max-w-[400px]">
165165
View and manage your deployments from a single dashboard. Gain immediate visibility into org wide deployments. No infra access required.
166166
</p>
167-
<a href="#" class="flex items-center gap-2 mt-4">
167+
<a href="{{{relativize '/guides/deploy/deploys-overview.html'}}}" class="flex items-center gap-2 mt-4">
168168
<p class="font-medium text-[18px] underline underline-offset-3 decoration-2">
169169
Get started with deploys
170170
</p>
@@ -180,45 +180,30 @@
180180
<h4 class="font-medium text-[20px] md:text-[24px] mb-6">Samples</h4>
181181
<ul class="text-link-on-light flex flex-col gap-2">
182182
<li>
183-
<a href="#">Open Source Projects</a>
183+
<a href="{{{relativize '/guides/toolkit/sample-config.html'}}}">Sample config.yml Files</a>
184184
</li>
185185
<li>
186-
<a href="#">Sample config.yml Files</a>
186+
<a href="{{{relativize '/guides/toolkit/postgres-config.html'}}}">Database Config Examples</a>
187187
</li>
188188
<li>
189-
<a href="#">Database Config Examples</a>
190-
</li>
191-
<li>
192-
<a href="#">Database Config Examples</a>
193-
</li>
194-
<li>
195-
<a href="#">Full Config Example</a>
196-
</li>
197-
<li>
198-
<a href="#">Using Environment Variables</a>
189+
<a href="{{{relativize '/guides/security/set-environment-variable.html'}}}">Using Environment Variables</a>
199190
</li>
200191
</ul>
201192
</div>
202193
<div>
203194
<h4 class="font-medium text-[20px] md:text-[24px] mb-6">Tools</h4>
204195
<ul class="text-link-on-light flex flex-col gap-2">
205196
<li>
206-
<a href="#">Configuration Reference</a>
207-
</li>
208-
<li>
209-
<a href="#">CircleCI config SDK</a>
210-
</li>
211-
<li>
212-
<a href="#">Webhooks</a>
197+
<a href="{{{relativize '/reference/configuration-reference.html'}}}">Configuration Reference</a>
213198
</li>
214199
<li>
215-
<a href="#">Database Config Examples</a>
200+
<a href="{{{relativize '/guides/integration/outbound-webhooks.html'}}}">Outbound webhooks</a>
216201
</li>
217202
<li>
218-
<a href="#">API v2 Reference</a>
203+
<a href="{{{relativize '/api/v2.html'}}}">API v2 Reference</a>
219204
</li>
220205
<li>
221-
<a href="#">API v1 Reference</a>
206+
<a href="{{{relativize '/api/v1/index.html'}}}">API v1 Reference</a>
222207
</li>
223208
</ul>
224209
</div>

0 commit comments

Comments
 (0)