Skip to content

Commit cc6b456

Browse files
Quinton KornegayQuinton Kornegay
authored andcommitted
My SuperPowers
1 parent 0da958c commit cc6b456

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

html/exercises/index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@
88
<!-- DON'T TOUCH ANYTHING ABOVE THIS LINE -->
99
</head>
1010
<body>
11-
<!-- h1 goes here -->
12-
<!-- ol goes here -->
13-
<!-- a goes here -->
14-
<!-- p goes here -->
11+
<h1>Why I Love Web Development</h1>
12+
<ol>
13+
<li>Learn an extremely useful skill.</li>
14+
<li>Make amazing connections.</li>
15+
<li>The ability to create whatever the mind decides.</li>
16+
</ol>
17+
<img src="https://images.inc.com/uploaded_files/image/1920x1080/creative-pano_37907.jpg">
18+
<p>If I could create anything using the super powers of coding, I would create a web development app that creates the perfect trading tools to use when trading FOREX. I used to teach a team of 15 members on the rules and outlines of trading. Before I had these superpowers, I created an algorithm that was absolutely fool proof! Tested it numerous times and now I am ready to create the program that allows algorithms to protray the best possible trades.</p>
1519
</body>
1620
</html>

0 commit comments

Comments
 (0)