Skip to content

Commit

Permalink
Slightly reorganize vps.acmcsuf.com
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed May 4, 2024
1 parent 549a95a commit 36ee11e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions servers/cs306/user-vms/vps.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ <h2>Users</h2>
<b class="user-id">{{ $user.id }}</b>
<span>(<span class="user-name">{{ $user.name }}</span>)</span>
<ul class="users-info-list">
<li class="url">
<b>Website URL:</b>
{{ $url := ($user.id | strings.ReplaceAll "." "_" | strings.ToLower | printf "%s.vps.acmcsuf.com") }}
<a href="https://{{ $url }}" target="_blank">{{ $url }}</a>
</li>
<li class="discord">
<b>Discord:</b>
<span>@<span>{{ $user.discord }}</span></span>
</li>
<li class="email">
<b>Email:</b>
<span>
Expand All @@ -44,14 +53,9 @@ <h2>Users</h2>
{{- end -}}
</span>
</li>
<li class="url">
<b>URL:</b>
{{ $url := ($user.id | strings.ReplaceAll "." "_" | strings.ToLower | printf "%s.vps.acmcsuf.com") }}
<a href="https://{{ $url }}" target="_blank">{{ $url }}</a>
</li>
<li class="ssh">
<b>SSH:</b>
Check <a href="https://ssh.acmcsuf.com" target="_blank">ssh.acmcsuf.com</a> for <code>{{ $info.ip }}</code>.
<a href="https://ssh.acmcsuf.com" target="_blank">ssh.acmcsuf.com</a> with <code>{{ $info.ip }}</code>.
</li>
</ul>
</li>
Expand Down

0 comments on commit 36ee11e

Please sign in to comment.