Skip to content

Commit

Permalink
Week 1 blog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lim-Jiaxian committed Oct 21, 2023
1 parent 344409e commit e442474
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 20 deletions.
46 changes: 27 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JX_ID-Blog</title>
<link rel="stylesheet" href="styles.css">
</head>

<body>
<br>
<h1>
- Jiaxian's PFD Blog -
</h1>
<p class="inset"></p>
<p class="inset"></p>
<br>
<br>

Expand All @@ -20,7 +22,14 @@ <h2>- Week 1 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
...
The first week of PFD lesson involves the objectives of undertaking real-life IT projects by making use of
scrum (Agile Methodology) via different challenge statements. My team was assigned the challenge statement
of "Data Collection Applications." After a brainstorming session, we
arrived at a concept that involves utilizing both a mobile phone and a wristband to monitor the wearer's
location. Additionally, we also plan to leverage the built-in Bluetooth functionality to communicate with
other nearby devices. However, this idea concept is quite similar to an existing application called
SGTRACETOGETHER. As a
result, my team is looking forward to discuss with our lecturer to refine and solidify it.
</p>
</div>

Expand All @@ -33,10 +42,10 @@ <h2>- Week 2 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
...
...
</p>
</div>

<br>
<br>
<br>
Expand All @@ -46,7 +55,7 @@ <h2>- Week 3 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
...
...
</p>
</div>

Expand All @@ -59,7 +68,7 @@ <h2>- Week 4 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
...
...
</p>
</div>

Expand All @@ -72,7 +81,7 @@ <h2>- Week 5 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
...
...
</p>
</div>

Expand All @@ -85,7 +94,7 @@ <h2>- Week 6 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
...
...
</p>
</div>

Expand All @@ -98,7 +107,7 @@ <h2>- Week 7 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
...
...
</p>
</div>

Expand All @@ -111,7 +120,7 @@ <h2>- Week 8 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
...
...
</p>
</div>

Expand All @@ -124,7 +133,7 @@ <h2>- Week 9 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
...
...
</p>
</div>

Expand All @@ -137,7 +146,7 @@ <h2>- Week 10 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
...
...
</p>
</div>

Expand All @@ -150,7 +159,7 @@ <h2>- Week 11 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
...
...
</p>
</div>

Expand All @@ -163,7 +172,7 @@ <h2>- Week 12 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
...
...
</p>
</div>

Expand All @@ -176,7 +185,7 @@ <h2>- Week 13 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
...
...
</p>
</div>

Expand All @@ -189,15 +198,14 @@ <h2>- Week 14 -</h2>
<!--<img src="" height="250" width="600" class="center">
<img src="" class="center">-->
<p>
...
...
</p>
</div>

<br>
<br>
<br>
<p class="inset"></p>
<p class="inset"></p>
</body>
</html>


</html>
11 changes: 10 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,19 @@ h2{
margin-bottom: 5%;
padding: 20px 50px;
box-sizing: border-box;
word-wrap: break-word;
}
.blog-post p{
text-align: center;
font-size: 1vw;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
@media only screen and (max-width: 900px) {
.blog-post{
width: auto;
width: 80%;
}
.blog-post p{
font-size: 2vw;;
}
}

Expand Down

0 comments on commit e442474

Please sign in to comment.