-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhat is cts.html
76 lines (65 loc) · 3.44 KB
/
what is cts.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<title>What is cts</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Germania+One">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="cts.css">
<link rel="shortcut icon" href="brain.png" />
<style>
</style>
</head>
<body>
<header></header>
<!navbar-light= black text | bg-light=background light color>
<nav class="navbar navbar-expand-lg fixed-top">
<!navbar brand = header for navbar (make things stand out)| logo>
<a class="navbar-brand" href="index.html"><img src="logo.jpg" class="rounded-circle" width="45" height="37"> CTS</a>
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="personalinfo.html">Test</a></li>
</ul>
<ul class="navbar-nav justify-content-end">
<li class="nav-item">
<a class="nav-link" href="admin.html">Login</a></li>
</ul>
</nav>
<!put top margin for container-fluid>
<div class="bg-what">
<div class="container">
<div class="jumbotron what">
<div class="card">
<div class="card-body">
<h4 class="card-title">What is Critical Thinking Skill?</h4>
<p>Critical thinking is the ability to think clearly and rationally about what to do or what to
believe. It includes the ability to engage in reflective and independent thinking. Someone with
critical thinking skills is able to do the following : </p>
<ul>
<li>understand the logical connections between ideas</li>
<li>identify, construct and evaluate arguments</li>
<li>detect inconsistencies and common mistakes in reasoning</li>
<li>solve problems systematically</li>
<li>identify the relevance and importance of ideas</li>
<li>reflect on the justification of one's own beliefs and values</li></ul>
<br>
<div class = "a" style="text-align: right; font-size: 10px;"><p>Source: Lau,J. (n.d.) <i>What is critical thinking?</i> Retrieved from <a href =https://philosophy.hku.hk/think/critical/ct.php>https://philosophy.hku.hk/think/critical/ct.php</p></div>
</div></div></div>
</div>
</div>
<main>
</main>
<footer class="text-center">
<a class="up-arrow" href="#myPage" data-toggle="tooltip" title="TO TOP">
<span class="glyphicon glyphicon-chevron-up"></span>
</a><br><br>
<p>Visit us at <a href="[email protected]" data-toggle="tooltip" title="Visit w3schools">[email protected]</a></p>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>