-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (33 loc) · 1.82 KB
/
index.html
File metadata and controls
37 lines (33 loc) · 1.82 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
<!DOCTYPE HTML>
<html>
<head>
<title>App Dev Club</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<img src="https://www.appdevclub.com/logo.png" alt="App Dev Logo" height="100">
<h1>App Dev Club</h1>
<a class="header-btn" href="https://discord.com/invite/scSeVbTT7G">Discord</a>
<a class="header-btn" href="https://www.instagram.com/appdev_umd">Instagram</a>
<a class="header-btn" href="https://terplink.umd.edu/organization/app-dev-club">TerpLink</a>
</div>
<!--
This is a comment!
-->
<div class="section">
<h2>About Us</h2>
<p>App Dev Club a club at UMD that prepares students for industry software development. Our student teams develop software for Fortune 500 companies that is being used every day. We also have a bootcamp to bring students up to speed on industry standard technologies and to connect them with career mentors.</p>
</div>
<div class="section">
<h2>Sponsors</h2>
<p>We want to give a <span class="hover-red">special shout-out</span> to our corporate sponsors who are helping make our mission possible.</p>
<p class="sponsor-align">
<b>Amazon is a company.</b>
<img src="https://th.bing.com/th/id/R.796a3193aa099a1162afbf0a0968018d?rik=3EmLvInT6VFwLw&pid=ImgRaw&r=0" alt="amazon logo">
</p>
<video src="..."></video>
<iframe width="1114" height="626" src="https://www.youtube.com/embed/6n5V8hSIxAY" title="GD Fall 2023 Video Demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</body>
</html>