-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest1.html
More file actions
124 lines (113 loc) · 6.3 KB
/
test1.html
File metadata and controls
124 lines (113 loc) · 6.3 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<title>A blog entry on the concept of Free Will</title>
</head>
<body>
<h1> Blog post </h1>
<div id="Paragraph 1">
<p>
Do we have free will?
</p>
</div>
<div id="section-1-FreeWill">
<h2> First things first</h2>
<ol>
<li>Free will according to famous dictionaries</li>
<ul>
<li><em>Oxford:</em></li>
<li><em>Merriam Webster:</em></li>
</ul>
<li>Free will according to some famous philosophers</li>
<ul>
<li>Kant</li>
<li>Hume</li>
</ul>
</ol>
<div class="subsection">
<h3>What's free will?</h3>
<p> <strong><em>Free will:</em></strong> is the ability to make choices and decisions that are not
predetermined or predetermined by external forces. <br>
<div> It is a concept that has been debated for centuries, but is considered by many to be an integral part
of human life. Free will allows individuals to choose their own paths and make decisions based on their
personal preferences, values, and morals.</p>
</div>
</div>
<div class="subsection">
<h3>What does the bible say?</h3>
<p> <strong> <em>The Bible:</em></strong> Generally speaks positively about free will. The biblical writers
believed that humans have the power to choose their own destiny and that the choice to live a life of
obedience to God gives us the greatest joy and satisfaction. For example, in Deuteronomy 30:19-20, the
Lord says: “I call heaven and earth as witness today against you, that I have set before you life and
death, blessing and cursing; therefore choose life, that both you and your descendants may live.” This
passage emphasizes our ability to make choices and provides encouragement to make good choices.</p>
</div>
</div>
<div id="section-2-Aspects">
<h2> Other aspects we should take into account</h2>
<ul>
<li><em>What does it say about our destiny?</em></li>
<li><em>What does pop culture say about how we asume 'Free will'?</em></li>
</ul>
<div class=subsection>
<h3> What does it say about our destiny?</h3>
<p> <strong> <em>Free will</em> suggests that...:</strong> It suggests that our destiny is in our own hands,
and that we have the power to choose our own paths. We can determine our own future by the choices we
make, both big and small. Every decision we make affects how our life will unfold, and ultimately, we
create our own destiny through the choices we make.</p>
</div>
<div class="subsection">
<h3>What does pop culture say about how we asume 'Free will'? </h3>
<p> <strong><em>Pop culture</em></strong> often uses...: It often uses themes of free will to explore
complex questions about morality, choice, and responsibility. In films, books, and television shows,
characters are often faced with difficult decisions that have significant consequences. <br>
<div>Through these stories, pop culture attempts to portray how decisions can shape the future and help
viewers understand the power of free will.</p>
</div>
</div>
</div>
<div id="section-3-FinalThoughts">
<h2> Final thoughts</h2>
<ul>
<span>Let's take a final look</span>
<li><em>Free will is usally understood as the key to crafting our own future</em></li>
<li><em>Destiny could still exist even if we have free will</em></li>
</ul>
<div class="subsection">
<h3>Free will is usally understood as the key to crafting our own future</h3>
<p> In <strong><em> Today's world </em></strong> it's assumed that free will gives us the power to make
decisions that can shape our future. That we have the freedom to choose our own paths, from small
choices like what to eat for dinner, to larger ones like where to go to college or who to marry. <br>
<div> Ultimately, free will is supposed to provide us with the ability to determine our destiny and create
the future we want. </p>
</div>
</div>
<div class="subsection">
<h3> Destiny could still exist even if we have free will</h3>
<p> It is <strong><em>believed</em></strong> by many that our decisions and choices play a role in what our
destiny will be, but at the same time, there are many factors outside of our control that can affect our
destiny as well. <br> Ultimately, free will gives us the power to choose our paths, but life, and the
outcome of those choices may still be unpredictable.</p>
</div>
</div>
<div id=section-4-Media>
<h2>Media</h2>
<br><img src="https://images.fineartamerica.com/images/artworkimages/mediumlarge/1/free-will-keshava-shukla.jpg"
style="height:50%; max-width: 100%;" alt="'Free Will' painting by Keshava Shukla" />
<br><img
src="C:\Users\Usuario\Documents\Bootcamp\Segunda Semana - Git y HTML\HTML Practice\HTML practice 2/so12_20_image_0001_1000.jpg"
style="height:50%; max-width: 100%;"
alt="Illustration about 'Free Will' made by Jon Krause for Harvard Magazine" />
<br><img src="https://bigthink.com/wp-content/uploads/2017/05/Is-free-will-an-illusion_.jpg?resize=640,360"
style="height:50%; max-width: 100%;"
alt="Illustration about 'The illusion of Free Will' for Big Think magazine" />
<div>
<h3>Does free will violate the laws of physics? | Sean Carroll by Big Think</h3>
<video
src="C:\Users\Usuario\Documents\Bootcamp\Segunda Semana - Git y HTML\HTML Practice\HTML practice 2/Does free will violate the laws of physics_ _ Sean Carroll.mp4"
width="853" height="480" controls>
Sorry, your browser doesn't support this video.
</video>
</div>
</body>
</html>