Skip to content

Commit 26ff4ae

Browse files
committed
bug fixes
1 parent 66646e8 commit 26ff4ae

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/pages/hackpsu2023.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ export default function hackpsu2023() {
5858
<img width="30" src="https://hackpsu.org/assets/images/logo.svg"></img>
5959
<p style={{fontFamily: 'Poppins, sans-serif'}} className="text-xl text-center ml-auto">Connect to the terminal using the username <span className='text-yellow-500'> {terminalUsername} </span> and the password <span className='text-yellow-500'>{terminalPassword}</span> </p>
6060
</div>
61-
<p style={{fontFamily: 'Poppins, sans-serif'}}><span className="text-green-500 text-xl mr-2">⦿</span>Connected to the terminal2.ctfguide.com</p>
62-
<iframe className="border-none" style={{width: '100%', height: '400px', borderStyle: "none"}} src="https://terminal2.ctfguide.com/wetty"></iframe>
63-
61+
<p style={{fontFamily: 'Poppins, sans-serif'}}><span className="text-green-500 text-xl mr-2">⦿</span>Connected to the terminal2.ctfguide.com -- Don't see anything? <span className="cursor-pointer text-blue-500 hover:underline" onClick={() => {window.open('https://terminal2.ctfguide.com/wetty')}}>Click here</span></p>
62+
63+
<iframe className="border-none" style={{width: '100%', height: '400px', borderStyle: "none"}} src="https://terminal2.ctfguide.com/wetty"></iframe>
64+
6465

6566
</div>
6667

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function Home() {
2828

2929

3030
<div style={{ fontFamily: 'Poppins, sans-serif' }} className="z-60 items-center text-center mx-auto gap-x-6 px-6 py-5 sm:px-3.5 sm:before:flex-1">
31-
<p className="text-sm text-center text-xl text-white" style={{ fontFamily: 'Poppins, sans-serif' }}>
31+
<p className="text-sm text-center text-lg text-white" style={{ fontFamily: 'Poppins, sans-serif' }}>
3232

3333
Want to learn more about cybersecurity? Start learning on <a href="https://ctfguide.com" className='text-blue-500 font-semibold text-hover'>CTFGuide</a>.
3434

@@ -67,7 +67,7 @@ export default function Home() {
6767
<div className="grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-3 mx-auto text-center">
6868
<div className="flex flex-col overflow-hidden rounded-lg shadow-lg">
6969
<div className="flex-shrink-0">
70-
<h1 className='bg-clip-text text-transparent bg-gradient-to-r from-indigo-500 to-blue-400 cursor-pointer'>HackPSU 2023</h1>
70+
<a href="../hackpsu2023" className='bg-clip-text text-transparent bg-gradient-to-r from-indigo-500 to-blue-400 cursor-pointer'>HackPSU 2023</a>
7171
</div>
7272
</div>
7373

0 commit comments

Comments
 (0)