Skip to content

Commit 6d83bdb

Browse files
committed
Profile(Last version)
1 parent 32faf21 commit 6d83bdb

File tree

2 files changed

+48
-44
lines changed

2 files changed

+48
-44
lines changed

FitURJC/css/profile.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body {
88
height: 100%;
99
background-image: url('../img/profileBackGround.jpg');
1010
background-size: cover;
11-
opacity: 0.8;
11+
opacity: 1;
1212
}
1313
body{
1414
font-family: 'Hind';
@@ -19,7 +19,7 @@ body{
1919
width: 120px;
2020
}
2121
.hero{
22-
background-image: url('../img/prueba2.jpg');
22+
/*background-image: url('../img/prueba2.jpg');*/
2323
background-size: cover;
2424
background-position: center center;
2525
min-height: 100%;
@@ -118,6 +118,10 @@ a, a:hover{
118118
}
119119

120120
/* For user profile */
121+
p{
122+
font-size: medium;
123+
}
124+
121125
#card_body{
122126
background-size: contain;
123127
background-position: center center;
@@ -129,8 +133,8 @@ a, a:hover{
129133
margin: 0;
130134
}
131135

132-
#row{
133-
background: rgba(0,0,0,0.7);
136+
.row{
137+
background: rgba(0,0,0,0.8);
134138
padding-left: 4rem;
135139
padding-right: 4rem;
136140
border-radius: 1%;

FitURJC/profile.html

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -13,51 +13,51 @@
1313
</head>
1414

1515
<body>
16-
<header>
17-
<h1>Your fitURJC profile</h1>
18-
<br>
19-
</header>
2016
<section class="hero">
17+
<header>
18+
<h1>Your fitURJC profile</h1>
19+
<br>
20+
</header>
2121
<div class="container">
22-
<div class="row" id="card_body">
23-
<div class="col-md-3" id="personal_information">
24-
<span id="profile_pic">
25-
<img src="img/profile/fiturjc_default_user.jpg" class="img-circle" alt="Profile Image" style='object-fit:contain' />
26-
</span>
27-
<br>
28-
<span id="user_name">
29-
<h4>William Wallace</h4>
30-
</span>
31-
<span id="age">
32-
<h5>19 years</h5>
33-
</span>
34-
</div>
35-
<div class="col-md-8" id="performance_profile">
36-
<div id="information_user">
37-
<h3>Who am I?<h3>
38-
<p>
39-
Here you can describe you briefly. You can talk about your sports tastes, goals that you
40-
plan to achieve in our gym, etc.
41-
</p>
42-
<br>
43-
<h3>Who am I?<h3>
44-
<p>
45-
Here you can describe you briefly. You can talk about your sports tastes, goals that you
46-
plan to achieve in our gym, etc.
47-
</p>
22+
<div class="row" id="card_body">
23+
<div class="col-md-3" id="personal_information">
24+
<span id="profile_pic">
25+
<img src="img/profile/fiturjc_default_user.jpg" class="img-circle" alt="Profile Image" style='object-fit:contain' />
26+
</span>
4827
<br>
28+
<span id="user_name">
29+
<h4>William Wallace</h4>
30+
</span>
31+
<span id="age">
32+
<h5>19 years</h5>
33+
</span>
4934
</div>
50-
<span>
51-
<a href="user.html#actregist">Next activities in which I have registered</a><br>
52-
</span>
53-
<span>
54-
<a href="profile_settings.html">I want to edit my profile</a>
55-
</span>
56-
</div>
57-
</div>
35+
<div class="col-md-8" id="performance_profile">
36+
<div id="information_user">
37+
<h3>Who am I?<h3>
38+
<p>
39+
Here you can describe you briefly. You can talk about your sports tastes, goals that you
40+
plan to achieve in our gym, etc.
41+
</p>
42+
<br>
43+
<h3>Who am I?<h3>
44+
<p>
45+
Here you can describe you briefly. You can talk about your sports tastes, goals that you
46+
plan to achieve in our gym, etc.
47+
</p>
48+
<br>
49+
</div>
50+
<span>
51+
<a href="user.html#actregist">Next activities in which I have registered</a><br>
52+
</span>
53+
<span>
54+
<a href="profile_settings.html">I want to edit my profile</a>
55+
</span>
56+
</div>
57+
</div>
58+
<div class="clearfix"></div>
59+
<div class="col-md-12 footer"></div>
5860
</div>
59-
<div class="clearfix"></div>
60-
<div class="col-sm-12 mt-5 footer">
6161
</section>
6262
</body>
6363
</html>

0 commit comments

Comments
 (0)