Skip to content

Commit 53a3dd4

Browse files
committed
tools update
1 parent 7e20ede commit 53a3dd4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

templates/report/tools.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h3 style="color: white;">Front-End</h3>
8888
</a>
8989
<div class="member-info">
9090
<member-name> Bootstrap <br /><br /></member-name>
91-
<member-body> Bootstrap is a free and open-source front-end web framework for designing websites and web applications. It contains HTML and CSS based design templates. Bootstrap was utilized to create the homepage Carousel as well as the to display our data in a table like manner. <br /><br /></member-body>
91+
<member-body> Bootstrap is a free and open-source front-end web framework for designing websites and web applications. It contains HTML and CSS based design templates. Bootstrap was utilized to create the homepage Carousel as well as the to display our data in a grid like manner. Bootstrap is used throughout the wesbite to add styling, design the layout, and add components.<br /><br /></member-body>
9292
</div>
9393
</div>
9494
<div class="member">
@@ -97,7 +97,7 @@ <h3 style="color: white;">Front-End</h3>
9797
</a>
9898
<div class="member-info">
9999
<member-name> ReactJS <br /><br /></member-name>
100-
<member-body> ReactJS is an open-source JavaScript framework for building user interfaces. <br /><br /></member-body>
100+
<member-body> ReactJS is an open-source JavaScript framework for building user interfaces. We plan on using ReactJS to add animation to many of our page elements. For example, in the future, when the grid has to render a lot more elements and query the database, loading times will be greater. In this example, we will use React to add a loading animation. <br /><br /></member-body>
101101
</div>
102102
</div>
103103
<div class="member">
@@ -106,17 +106,17 @@ <h3 style="color: white;">Front-End</h3>
106106
</a>
107107
<div class="member-info">
108108
<member-name> Isotope <br /><br /></member-name>
109-
<member-body> Isotope is an open source package that we utilized in order to create the grid like interface. It also has the functionality to add sorting and filtering. </member-body>
109+
<member-body> Isotope is an open source package that we utilized in order to create the grid like interface. It sets the spacing of the elements to work as a grid. Additionally, it has the functionality to add sorting and filtering using jQuery. </member-body>
110110
</div>
111111
</div>
112112
<h3 style="color: white;">Back-End</h3>
113113
<div class="member">
114-
<a href="https://aws.amazon.com/s3/">
115-
<img class="profile--image" src="../static/img/awss3.png" alt="AWS S3 Logo">
114+
<a href="https://aws.amazon.com/rds/">
115+
<img class="profile--image" src="https://static.site24x7.com/images/amazon-rds.png" alt="AWS RDS Logo">
116116
</a>
117117
<div class="member-info">
118-
<member-name> AWS S3 <br /><br /></member-name>
119-
<member-body> AWS S3 is a stororage for the Internet designed to make web-scale computing easier for developers. AWS S3 is where the SWEatshop is hosted. <br /><br /></member-body>
118+
<member-name> AWS RDS <br /><br /></member-name>
119+
<member-body> AWS RDS hosts relational databases. We use RDS to host our PostgreSQL database. We access this database using Flask-SQLAlchemy.<br /><br /></member-body>
120120
</div>
121121
</div>
122122
<div class="member">
@@ -125,7 +125,7 @@ <h3 style="color: white;">Back-End</h3>
125125
</a>
126126
<div class="member-info">
127127
<member-name> SQL Alchemy <br /><br /></member-name>
128-
<member-body> SQLAlchemy is an open source SQL toolkit and object-relational mapper (ORM) for the python language. We utilize SQLAlchemy in order to connected the front-end with our Postgresql database. SQLAlchemy is essentially used to retrieve data from our database and populate our HTML pages. <br /><br /></member-body>
128+
<member-body> SQLAlchemy is an open source SQL toolkit and object-relational mapper (ORM) for the python language. We utilize SQLAlchemy in order to connected the front-end with our PostgreSQL database. SQLAlchemy is essentially used to create models, retrieve data from our database, and populate our HTML pages. <br /><br /></member-body>
129129
</div>
130130
</div>
131131
<div class="member">
@@ -134,7 +134,7 @@ <h3 style="color: white;">Back-End</h3>
134134
</a>
135135
<div class="member-info">
136136
<member-name> PostgreSQL <br /><br /></member-name>
137-
<member-body> PostgreSQL is an object-relational database. We utilize PostgreSQL as a place to keep and organize our data models. <br /><br /></member-body>
137+
<member-body> PostgreSQL is an object-relational database. We utilize PostgreSQL to create, read, and modify the database. <br /><br /></member-body>
138138
</div>
139139
</div>
140140
<div class="member">
@@ -162,7 +162,7 @@ <h3 styel="color: white;">Embedded-Media Tools</h3>
162162
</a>
163163
<div class="member-info">
164164
<member-name>Google Maps API<br /><br /></member-name>
165-
<member-body>The Google Maps API is an aplication programming interfaces that allows developers to use Google Maps services in their applications. We utilized the Google Maps API in order to embed the location of the companies, people, investors, and schools of our models. </member-body>
165+
<member-body>The Google Maps API is an application programming interface that allows developers to use Google Maps services in their applications. We utilized the Google Maps API in order to embed the location of the companies, people, investors, and schools of our models. </member-body>
166166
</div>
167167
</div>
168168
<h3 style="color: white;">Hosting Tools</h3>
@@ -172,7 +172,7 @@ <h3 style="color: white;">Hosting Tools</h3>
172172
</a>
173173
<div class="member-info">
174174
<member-name> AWS EC2 <br /><br /></member-name>
175-
<member-body> Elastic Compute Cloud is a web service that provides computing capacity from Amazon's cloud. We use it create a virtual machine that contains our files for this site. <br /><br /></member-body>
175+
<member-body> Elastic Compute Cloud is a web service that provides computing capacity from Amazon's cloud. We use it create a virtual machine that contains our files for this site. Accessing our website points you to the Public IP and Public DNS of this EC2 instance. <br /><br /></member-body>
176176
</div>
177177
</div>
178178
<div class="member">
@@ -181,7 +181,7 @@ <h3 style="color: white;">Hosting Tools</h3>
181181
</a>
182182
<div class="member-info">
183183
<member-name> AWS Elastic Beanstalk <br /><br /></member-name>
184-
<member-body> Elastic Beanstalk is used to deploy our web application developed in Python developed on an Apache server. <br /><br /></member-body>
184+
<member-body> Elastic Beanstalk is used to deploy our web application developed in Python on an Apache server. <br /><br /></member-body>
185185
</div>
186186
</div>
187187
<div class="member">

0 commit comments

Comments
 (0)