-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.html
More file actions
48 lines (47 loc) · 2.11 KB
/
tools.html
File metadata and controls
48 lines (47 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HPC Bootcamp 2025 Project 6B</title>
<link rel="stylesheet" href="HPC.css">
</head>
<body>
<header>
<h1>High-Performance Computing Bootcamp 2025</h1>
<nav>
<ul>
<li><a href="index.html">Introduction</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="discovery.html">Discovery</a></li>
<li><a href="challenges.html">Challenges</a></li>
<li><a href="conclusion.html">Conclusion</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h1>- - - - - - - - Tools - - - - - - - -</h1>
</section>
<p> <br> </p>
<div style="position: relative; width: 60%; height: 0; padding-top: 56.2500%;
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16);
margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
margin: 1.6em auto 0.9em auto; overflow: hidden;
border-radius: 8px; will-change: transform;">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https://www.canva.com/design/DAGwNSyB9IE/IsuoUJpWso3GGLw3BdXjaw/watch?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
<a href="https://www.canva.com/design/DAGwNSyB9IE/IsuoUJpWso3GGLw3BdXjaw/watch?utm_content=DAGwNSyB9IE&utm_campaign=designshare&utm_medium=embeds&utm_source=link" target="_blank" rel="noopener">Design</a> by Utkarsh Rai
</main>
<p> <br> </p>
<p> <br> </p>
<footer>
<p>© High-Powered Computing Bootcamp 2025 Project 6B</p>
<br>
<img src="ArgonneLogo.png" alt="Argonne_Logo">
</footer>
</body>
</html>