-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (37 loc) · 1.65 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>EECS 441</title>
<link rel="icon" href="https://eecs.engin.umich.edu/favicon.ico">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.js"></script>
<link rel="stylesheet" href="style-main.css">
<!-- <script src="script.js"></script> -->
</head>
<body>
<div class="vert-center">
<div class="ui text container main-content">
<h1>Mobile App Development for Entrepreneurs (Winter 2025)</h1>
<p>Best practices in the software engineering of mobile applications and best practices of software
entrepreneurs in the design, production and marketing of mobile apps.
</p>
<br><br>
<div class="ui centered three stackable cards pad-bottom">
<a class="ui raised card" href="section-1.html" id="section-1">
<div class="content">
<div class="header">EECS 441</div>
<div class="description">Professor Soloway</div>
</div>
</a>
<a class="ui raised card" href="section-2.html" id="section-2">
<div class="content">
<div class="header">EECS 498</div>
<div class="description">Professor Soloway</div>
</div>
</a>
</div>
</div>
</div>
</body>
</html>