Skip to content
Snippets Groups Projects
Commit 705e8969 authored by Florian Moser's avatar Florian Moser
Browse files

Add PM slides

parent 62c7c418
No related branches found
No related tags found
No related merge requests found
File added
......@@ -169,7 +169,6 @@ Targets:
- You can detect favorable environments for projects
- You feel confident creating a realistic project schedule
- You can finish a project
- on time
- within budget
- within schedule
- which satisfies customer expectations.
......@@ -547,7 +546,7 @@ Analysis approaches: [4 Colors](https://www.thecolourworks.com/insights-discover
Why most private projects never finish...
Tools:
- Assign buffer before release to get it down
- Assign buffer before release to get it done
- Keep days around release free
- Rollout incrementally to reduce severity of effects
- Set expectations of customer over risk of release
......
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<title>Hello, world!</title>
</head>
<body>
<div class="container">
<p> We are students of ETH who help you with linux
at our events and in our office. For free!<p>
<p>Because we love Open Source and Free Software
and want to help you to get started (here's why).</p>
<p>This semester, we organize REPLICATE: Events
to help you use and produce Free and Open
Science, Hardware, Software and File Formats. </p>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.1/dist/umd/popper.min.js" integrity="sha384-SR1sx49pcuLnqZUnnPwx6FCym0wLsk5JZuNx2bPPENzswTNFaQU1RDvt3wT4gWFG" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
-->
</body>
</html>
......@@ -11,7 +11,7 @@
class: center, middle
# An Introduction into modern web
# An introduction into modern web
<img src="images/thealternative-logo.jpg" width="30%">
......@@ -20,19 +20,19 @@ class: center, middle
# What we will look at
**HTML** for (structured) content.
Add text, images, files and meta data.
Add text, images, files and meta data.
*Goal: Know the most important HTML tags.*
**CSS** for the design.
Define spacing, font and colors.
Define spacing, font and colors.
*Goal: Know design basics and using a css framework.*
**JavaScript** to add functionality.
Animations! Filters! Sorting!
Animations! Filters! Sorting!
*Goal: Apply jQuery & friends.*
**PHP** to generate content.
Update the webpage more conveniently.
Update the webpage more conveniently.
*Goal: Generate your webpage based on data on the server.*
*Each of these areas is its own profession!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment