@@ -78,12 +78,13 @@ <h3>EmployRecord</h3>
78
78
</ div >
79
79
</ div >
80
80
81
- < div class ="container ">
81
+ < div class ="container text-center ">
82
82
< div class ="container border border-dark rounded list-box ">
83
83
< a class ="centered nav-link " href ="https://github.com/CometS1/DnD_Webpage ">
84
84
< h3 > DnD Webpage</ h3 >
85
85
</ a >
86
- < img src ="Images/Dnd_Webpage_Screenshot_1.JPG " class ="img-fluid list-box border border-dark " alt ="DnD screenshot 1 ">
86
+ < img src ="Images/Dnd_Webpage_Screenshot_1.JPG " class ="img-fluid list-box-picture border border-dark "
87
+ alt ="DnD screenshot 1 ">
87
88
< p class ="lead story "> One of my earlier projects, this is a web app I made using HTML and CSS that is meant
88
89
to assist players of the roleplaying game D&D. There are a list of spell descriptions on the page, which
89
90
are associated with spells in the game. The easy part was making the page, the hard part was inputting
@@ -98,6 +99,8 @@ <h3>DnD Webpage</h3>
98
99
< a class ="centered nav-link " href ="https://github.com/CometS1/Skale-file-storage ">
99
100
< h3 > Blockchain file storage</ h3 >
100
101
</ a >
102
+ < img src ="Images/Blockchain_File_Storage_Screenshot_1.JPG " class ="img-fluid list-box-picture border border-dark "
103
+ alt ="Blockchain File Storage Screenshot 1 ">
101
104
< p class ="lead story "> This was a project I made for a blockchain hackathon on Gitcoin. It uses Skale File
102
105
Storage to store data directly to your blockchain account, which allows for more secure data due to the
103
106
nature of blockchain. Due to complications with integrating Skale, this project is a reskin of the
0 commit comments