Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,025 changes: 1,025 additions & 0 deletions .vs/Assignment_LookAndFeel1/config/applicationhost.config

Large diffs are not rendered by default.

1,023 changes: 1,023 additions & 0 deletions .vs/Assignment_LookAndFeel4/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added .vs/Assignment_LookAndFeel4/v16/.suo
Binary file not shown.
Binary file added .vs/slnx.sqlite
Binary file not shown.
137 changes: 137 additions & 0 deletions aboutUs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
<!DOCTYPE HTML>
<!--
Theory by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>ISM 2665 DIS Group 4</title>
<meta charset="utf-8" Semper suscipit posuere apede
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />

</head>
<body>

<!-- Header -->
<header id="header">
<div class="inner">
<!--<a href="index.html" class="logo">USF</a>-->
<nav id="nav">

<a href="index.html">Home</a>
<a href="generic.html">Generic</a>
<a href="elements.html">Elements</a>
<a href="aboutUs.html">About Us</a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>

<!-- Banner -->
<!--<section id="banner01">-->
<section>
<!--<h1 >Welcome to Project College Scorecard!</h1>-->
<p style="font-size:20px; color:black; text-align:center; vertical-align :bottom;"><b>About us</b></p>
</section>



<!-- Two -->
<section id="two" class="wrapper style1 special">

<div class="inner">

<header>
<h2>DIS Group 4</h2>
<p>Team Members</p>
</header>
<div class="flex flex-4">
<div class="box person">
<div class="image round">
<img src="img/aishwaryaa4.jpg" alt="Person 1" />
</div>
<h3>Aishwaryaa Mekala</h3>
<p>aishwaryaa@usf.edu</p>
</div>
<div class="box person">
<div class="image round">
<img src="img/Nynali.jpg" alt="Person 2" />
</div>
<h3>Nynali Gopu</h3>
<p>ngopu@usf.edu</p>
</div>
<div class="box person">
<div class="image round">
<img src="img/saranya.jpg" alt="Person 3" />
</div>
<h3>Saranya Rajagopalan</h3>
<p>saranyarajagopalan@usf.edu</p>
</div>
</div>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper">
<div class="inner">
<div class="flex flex-3">
<article>

<p>Currently a Graduate student in Business Analytics and Information Systems at USF, Aishwaryaa has 3 years of experience as an Associate Solution Advisor. She contributed to designing the data model and webpages.</p>

</article>
<article>
<p>
A graduate student in Business Analytics and Information Systems at USF,Nynali has 5 years of experience as a Change and Release Manager.
She contributed in designing the database model to store the data from data.gov and also in designing webpages
</p>

</article>
<article>
<p>
A graduate student in Business Analytics and Information Systems at USF,Saranya Rajagopalan has 12 years of experience as a Senior Developer in Cognizant Technology.
She contributed in designing the database model to store the data from data.gov. Her contributions include designing and developing various pages of the website.
</p>

</article>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper special">
<div class="inner">
<header class="align-center">
<h2>Database Relationship Diagram</h2>
<p>college scorecard table mapping </p>
</header>
<div class="flex flex-2">
<article>
<div class="image fit">
<img src="img/.jpg" alt="Pic 01" style="vertical-align:middle;margin:0px 300px"/>
</div>
<header>
</header>
</article>
</div>
</div>
</section>

<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
&copy;USF:<a>Group 4</a>.

</div>
</footer>

<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>

</body>
</html>
4 changes: 4 additions & 0 deletions assets/css/font-awesome.min.css

Large diffs are not rendered by default.

Loading