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,027 changes: 1,027 additions & 0 deletions .vs/Assignment_LookAndFeel/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added .vs/Assignment_LookAndFeel/v16/.suo
Binary file not shown.
9 changes: 9 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ExpandedNodes": [
"",
"\\css",
"\\img"
],
"SelectedNode": "\\index.html",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
101 changes: 101 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>Lodgings| New Orleans</title>

<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- HEADER -->
<header id="main-header">
<div class="container">
<div class="row end-sm end-md end-lg center-xs middle-xs middle-sm middle-md middle-lg">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<h1><span class="primary-text">Lodgings </span>| New Orleans </h1>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6 ">

<nav id="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li class="current"><a href="about.html">About</a></li>

</ul>
</nav>
</div>
</div>
</div>
</header>

<!-- SUBHEADER -->
<section id="subheader">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h1>THE TEAM</h1>
</div>
</div>
<div class="row center-xs center-sm center-md center-lg">
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<img src="img/pradeep.jpg" alt="Pradeep Salunke" style="width:60%">
<h3>Pradeep Salunke</h3>
<p > </p>
<p > </p>
<p>Pradeep Salunke is a student at the University of South Florida, currently pursuing a Master of Science in Business Analytics and Information Systems. He has more than 3.5 years of experience as a Software Engineer with a demonstrated history of working in the IT industry. Pradeep is skilled in Java,C#, SQL,Rest & SOP, JS and jQuery with also a strong business development sense.
Contribution: Filezilla deployment,HTML, API and design.


</p>
<p style="color:blue;">
<br>Pradeep's Github:<br>
https://github.com/pradeepsalunke
</p>


</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<img src="img/aly.jpg" alt="Alysson Silveira" style="width:56%">
<h3>Alysson Silveira</h3>
<p > </p>
<p>Alysson Silveira is a student at the University of South Florida, enrolled at the Master of Science in Business Analytics and Information Systems program. He has eight years of experience as a management consultant on major Brazilian consulting groups throughout different sectors like manufacturing, e-commerce, nonprofit hospital, hospitality, and several service companies. He is proficient in managing different data management tools such as R, Python, SQL and Tableau. Contribution: HTLM and CSS development home page and ERD design </p>
<p style="color:blue;">
<br>Alysson's Github:<br>
https://github.com/silveira-alysson
</p>

</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<img src="img/julian.jpg" alt="Julian Heredia" style="width:60%">
<h3>Julian Heredia</h3>
<p > </p>
<p>Julian Heredia is a student at the University of South Florida, currently pursuing a Master of Science in Business Analytics and Information Systems. He also has a baccalaureate degree in the same field and has experience with Python, SQL, Tableau, and C#. Currently, Julian works for USF Health in the data analysis working group in the Microbiome Initiative and has aspirations to use his management experience coupled with his BAIS to support organizational growth in a consultancy or analytical role.
Contribution: HTLM and CSS development in about page and ERD design</p>

<p style="color:blue;">
<br>Julian's Github:<br>
https://github.com/julian0316
</p>
</div>


</div>



</div>
</section>
<section id="subheader">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h1>ERD Digram</h1>
</div>
</div>
<img src="img/erd.jpg" alt="ERD" style="width:60%">
</div>
</section>
</body>
</html>
Loading