-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoftware.html
60 lines (55 loc) · 3.04 KB
/
software.html
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
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Boilerplate Meta Data -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Schema -->
<meta itemprop="name" content="Poly Links">
<meta itemprop="description" content="A 1990's style website used for helpful links in the Florida Polytechnic University community.">
<meta itemprop="image" content="https://florida-poly.github.io/src/poly-links.png">
<meta property="og:title" content="Poly-Links | Software" />
<meta property="og:type" content="website" />
<meta property="og:description" content="A 1990's style website used for helpful links in the Florida Polytechnic University community." />
<meta property="og:url" content="https://florida-poly.github.io/" />
<meta property="og:image" content="https://florida-poly.github.io/src/poly-links.png" />
<title>Poly-Links - FPU Resources</title>
<link rel="shortcut icon" type="image/png" href="/src/favicon.png"/>
<link rel="canonical" href="https://florida-poly.github.io/">
<meta name="description" content="Poly Links is a 1990's style website for the florida-poly community. Hosted on Github pages">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="CSS/stylesheet.css">
<script defer src="js/source.js"></script>
</head>
<h1>
Poly-Links.com | Florida Poly Resources tool
</h1>
<b>
This is a 1990's style website used for helpful links in the Florida Polytechnic University community. Learn <a href="https://florida-poly.github.io/contribute/">why it's better</a>
<div>
The page provides access to software used by the community.
</div>
<div class="dent">
<h2>
Software
</h2>
<ul>
<li><a href="https://floridapoly.atlassian.net/servicedesk/customer/portal/4/article/536936449?src=-87830925">Confluence Apps</a></li>
<li><a href="https://www.office.com/?auth=2" target="_blank" rel="noreferrer">Office 365 Download</a></li>
<li><a href="https://apps.floridapoly.edu" target="_blank" rel="noreferrer">Virtual Machine</a></li>
<li><a href="https://pulse.floridapoly.edu/software-downloads/" target="_blank" rel="noreferrer">Pulse Downloads</a></li>
<li><a href="https://azureforeducation.microsoft.com/devtools" target="_blank" rel="noreferrer">Microsoft Azure</a></li>
<li><a href="https://www.intel.com/content/www/us/en/software/programmable/quartus-prime/model-sim.html" rel="noreferrer" target="_Blank">Modelsim</a></li>
<li><a href="https://fpgasoftware.intel.com/?edition=lite" rel="noreferrer" target="_Blank">Intel FPGA</a></li>
<li><a href="https://www.autodesk.com/education/edu-software/overview?sorting=featured&page=1" rel="noreferrer" target="_Blank">AutoDesk</a></li>
<li><a href="https://store.unity.com/academic/unity-student" rel="noreferrer" target="_Blank">Unity Game Engine</a></li>
</ul>
</div>
</b>
<BR>
<BR>
<BR>
<div class="footer">
<p>This website is not an official site for Florida Polytechnic University</p>
</div>
</html>