Merged icon changes
This commit is contained in:
commit
50c3783f7a
@ -9,6 +9,7 @@
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/static/css/materialize.min.css">
|
||||
<link rel="stylesheet" href="/static/css/app.css">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -39,27 +40,26 @@
|
||||
<a href="/profile/{{ user.username }}"><img src='/media/{{ user.profile.icon }}'></a>
|
||||
</div>
|
||||
<h5 class="card-title" style="padding-top: 10px;color:black;"><a href="/profile/{{ user.username }}"><b>{{ user.username }}</b></a></h5>
|
||||
<div class="col s12 m1">
|
||||
<a href="#"><img src="https://images.vexels.com/media/users/3/143424/isolated/preview/2aa6cd7edd894a7cefa4eaf0f5916ee9-lightning-bolt-small-by-vexels.png" width="15" height="15" alt=""></a>
|
||||
</div>
|
||||
<div class="col s12 m10">
|
||||
<div class="progress" style="background-color: #f1f1f1">
|
||||
<div class="determinate" style="width: 70%; background-color:#ffc107;"></div>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<div class="row">
|
||||
<div class="col s12 m1">
|
||||
<i class="material-icons" style="font-size: 20px; padding-right: 5px; color: black">flash_on</i>
|
||||
</div>
|
||||
<div class="col s12 m10">
|
||||
<div class="progress" style="background-color: #f1f1f1">
|
||||
<div class="determinate" style="width: 70%; background-color:#ffc107;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col s12 m1">
|
||||
<a href="#"><img src="https://www.chowan.edu/sites/chowan.edu/files/www/info-areas/sidebar-images/it-help-desk-logo.png" width="15" height="15" alt=""></a>
|
||||
</div>
|
||||
<div class="col s12 m10">
|
||||
<div class="progress" style="background-color: #f1f1f1">
|
||||
<div class="determinate" style="width: 70%; background-color:#3498db;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="progress" style="background-color:#fff">
|
||||
<div class="determinate" style="width: 70%; background-color:#ffffff;"></div>
|
||||
<div class="row">
|
||||
<div class="col s12 m1">
|
||||
<i class="material-icons" style="font-size: 20px; padding-right: 5px; color: black">computer</i>
|
||||
</div>
|
||||
<div class="col s12 m10">
|
||||
<div class="progress" style="background-color: #f1f1f1">
|
||||
<div class="determinate" style="width: 70%; background-color:#3498db;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -9,6 +9,7 @@
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/static/css/materialize.min.css">
|
||||
<link rel="stylesheet" href="/static/css/app.css">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -23,13 +24,13 @@
|
||||
<div class="row container section">
|
||||
<div class="col s12 m3" style="height:600px;padding-top: 10px;">
|
||||
<div>
|
||||
<div class="card" style="width: 450px;height:570px;">
|
||||
<div class="card" style="width: 450px;height:570px; border-radius: 4px;">
|
||||
<div class="image">
|
||||
<img style="height: 450px;border-radius: 4px;" src="/media/{{ user.profile.icon }}">
|
||||
<br><br>
|
||||
<div class="row">
|
||||
<div class="col s12 m1">
|
||||
<img style="padding-left: 5px;" src="https://images.vexels.com/media/users/3/143424/isolated/preview/2aa6cd7edd894a7cefa4eaf0f5916ee9-lightning-bolt-small-by-vexels.png" width="25" height="25" alt="">
|
||||
<i class="material-icons" style="font-size: 25px; padding-left: 7px">flash_on</i>
|
||||
</div>
|
||||
<div class="col s12 m10">
|
||||
<div class="progress" style="background-color: #f1f1f1">
|
||||
@ -42,7 +43,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col s12 m1">
|
||||
<img style="padding-left: 5px;" src="https://www.chowan.edu/sites/chowan.edu/files/www/info-areas/sidebar-images/it-help-desk-logo.png" width="25" height="25" alt="">
|
||||
<i class="material-icons" style="font-size: 25px; padding-left: 7px">computer</i>
|
||||
</div>
|
||||
<div class="col s12 m10">
|
||||
<div class="progress" style="background-color: #f1f1f1">
|
||||
|
Reference in New Issue
Block a user