···25 <main>
26 <section class="projects">
27 <section>
028 <h2>Blackjack Game</h2>
029 <p>
30 Creating classes to represent individual cards, decks, and players,
31 I used Java to create the game of Blackjack. The user plays through
32 only a terminal. No other players may participate, and a dealer
33 automatically plays based on conventional casino rules. I want to
34 recreate this attempt with both text- and GUI-based interaction.
35- </p>
36- </section>
37- <section>
38- <h2>P2</h2>
39- <p>
40- Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea minus
41- quod ullam inventore dignissimos repellat repudiandae consequuntur,
42- veritatis, aut corrupti maiores minima in iste. Cum eveniet itaque
43- dolores ab quidem?
44- </p>
45- </section>
46- <section>
47- <h2>P3</h2>
48- <p>
49- Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio,
50- quisquam! Deleniti, molestiae. Quam quibusdam hic molestias
51- aspernatur laboriosam, adipisci quo sapiente dolorum asperiores
52- nemo, fugit dignissimos quidem eligendi ipsum officiis.
53- </p>
54- </section>
55- <section>
56- <h2>P4</h2>
57- <p>
58- Lorem ipsum dolor sit amet consectetur adipisicing elit. Aspernatur,
59- eaque quia? Nihil consequatur iusto illum eaque explicabo rerum
60- consequuntur voluptate sapiente repellat mollitia! Provident, quasi
61- dicta aspernatur voluptate quos harum.
62- </p>
63- </section>
64- <section>
65- <h2>P5</h2>
66- <p>
67- Lorem ipsum dolor sit amet consectetur adipisicing elit.
68- Exercitationem perspiciatis facilis accusamus aut minima enim
69- officiis, eveniet maiores illo omnis quibusdam quis expedita
70- repellendus, labore doloremque dignissimos eos porro corrupti.
71 </p>
72 </section>
73 </section>
···25 <main>
26 <section class="projects">
27 <section>
28+ <a href="https://github.com/DemetriusSemanko/Blackjack">
29 <h2>Blackjack Game</h2>
30+ </a>
31 <p>
32 Creating classes to represent individual cards, decks, and players,
33 I used Java to create the game of Blackjack. The user plays through
34 only a terminal. No other players may participate, and a dealer
35 automatically plays based on conventional casino rules. I want to
36 recreate this attempt with both text- and GUI-based interaction.
00000000000000000000000000000000000037 </p>
38 </section>
39 </section>