Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified profile.html #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion templates/profile.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.container-fluid{
background: #f5d9d5;
background: dodgerblue;
}
28 changes: 15 additions & 13 deletions templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="profile.css">

<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- jQuery library -->vel }}
<script src="https://ajvel }}n.js"></script>

<!-- Latest compiled JavaScript -->
<!-- Latest compiled Javel }}
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>

<body style="font-size:3em;background-color:#050268;">
<body style="font-size:3em;background-color:#3343a0;">

<div id="fb-root"></div>

Expand Down Expand Up @@ -57,22 +57,24 @@
<div class="col-lg-12">
<form id="xxx" method="post">
<div class="form-group">
<h1 class="text-center" style="margin:5%;color: #0A0908;">Welcome to your profile</h1>
<h1 class="text-center" style="margin:5%;color: #0A0908;"><marquee><b>| Welcome to your Profile |</b></marquee></h1>
<hr style="width: 100%; color:#0A0908; height: 1px; background-color:#0A0908;" />
<label style="color:#0A0908;">
Level:
<label style="color:rgb(63, 58, 53); font-size: 35pt;">
Level :
</label>
<p>{{ level }}</p>
<input type="text" name="level" class="form-control" value=" " placeholder="Write your level here " style="height: 50px;font-size:30pt" />

</div>
<div class="form-group">
<label for="bio" style="color:#0A0908;">Bio:</label>
<input type="text" name="bio" class="form-control" value="{{ bio }}" placeholder="Write your bio here (max 80 letters)" style="height:100px;font-size:30pt" />
<label for="bio" style="color:rgb(63, 58, 53); font-size: 35pt;">Bio :</label>
<input type="text" name="bio" class="form-control" value=" " placeholder="Write your bio here (max 80 letters)" style="height: 50px;font-size:30pt" />
</div>
<div class="form-group">
<label for="interests" style="color:#0A0908;">Interests:</label>
<input type="text" name="interests" class="form-control" value="{{ interests }}" style="height:100px;font-size:30pt" placeholder="Enter upto 3 interests separated by commas"/>
<label for="interests" style="color:rgb(63, 58, 53); font-size: 35pt;">Interests :</label>
<input type="text" name="interests" class="form-control" value=" " style="height: 50px;font-size:30pt" placeholder="Enter upto 3 interests separated by commas"/>
</div>
<input type="hidden" id="idd" name="psid" value="{{ id }}" />
<label for="Id" style="color:rgb(63, 58, 53); font-size: 35pt;">ID :</label><br>
<input type="text" id="idd" name="psid" value=" " style="height: 50px; font-size:30pt" placeholder="Write ID"/>
<div class="text-center">
<h3>Click Save below to save your profile</h3>
<input type="submit" value="Submit" class="btn btn-default btn-primary" style="height:90px;font-size:40pt;">
Expand Down