Skip to content

Commit

Permalink
Revert "backgrounds and color changes"
Browse files Browse the repository at this point in the history
This reverts commit a533848.
  • Loading branch information
erhowell committed Nov 17, 2018
1 parent 09aa6c2 commit f1a905f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 34 deletions.
7 changes: 2 additions & 5 deletions SearchPage/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,8 @@

<input type="text" placeholder="Maximum Hourly rate.." name="maxRate">
</div>
<label> Specialties</label>
<div>
<input type="text" placeholder="Specialties" name="specialties">
</div>
<ul>
<p> Specialties</p>
<ul>
<?php
$servername = "localhost";
$username = "root";
Expand Down
15 changes: 1 addition & 14 deletions SearchPage/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,16 @@ body,html{
}



#searchbox{
width: 25%;
height: 100%;
border: 1px black solid;
background-color: rgb(224, 221, 221);
float:left;
line-height: 1.49;
color: #9c47e6;

}
.searchBar{
float: left;

}

.container{
background-color: #04d8e770;
border: 1px solid black;

}

#results{



}
2 changes: 1 addition & 1 deletion login/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.parent{
margin: 40px;
background-image: url('https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/jPLiQ-9/mountains-background-for-titles-intro-projects-and-etc_ew22rur3l__F0000.png');
background: #ffffcc;
padding: 8px;
}

Expand Down
3 changes: 0 additions & 3 deletions profile/professionalstyle.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

body {
margin: auto;
background-image: url('https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/jPLiQ-9/mountains-background-for-titles-intro-projects-and-etc_ew22rur3l__F0000.png');
}

span {
Expand Down Expand Up @@ -29,7 +28,5 @@ body {
width: auto;
height: auto;
margin: 2px;
color: white;


}
1 change: 0 additions & 1 deletion profile/profile-0.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
</div>
<p><span style="color:#9c47e6;font-weight:bold">Name:</span><?php echo $name?> </p>
<p><span style="color:#9c47e6;font-weight:bold">Type of Practice:</span> Therapy</p>
<p><span style="color:#9c47e6;font-weight:bold">Location:</span> Logan, Utah</p>
<p><span style="color:#9c47e6;font-weight:bold">Specialties: </span> Anxiety, depression, bipolar</p>
<p><span style="color:#9c47e6;font-weight:bold">School:</span> <?php echo $school?></p>
<p><span style="color:#9c47e6;font-weight:bold">Biography:</span> <?php echo $bio?></p>
Expand Down
2 changes: 0 additions & 2 deletions profile/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

body {
margin: auto;
background-image: url('https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/jPLiQ-9/mountains-background-for-titles-intro-projects-and-etc_ew22rur3l__F0000.png');
}

span {
Expand All @@ -20,6 +19,5 @@ div.header {
width: auto;
height: auto;
margin: 2px;
color: white;

}
7 changes: 6 additions & 1 deletion sessions/sessions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<meta name="viewport" content="width=device-width">
<title>TherapySite</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<?php
Expand Down Expand Up @@ -72,6 +71,12 @@
</ul>
</div>
</nav>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">Fluid jumbotron</h1>
<p class="lead">This is a modified jumbotron that occupies the entire horizontal space of its parent.</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col">
Expand Down
7 changes: 0 additions & 7 deletions sessions/style.css

This file was deleted.

0 comments on commit f1a905f

Please sign in to comment.