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

Black coffe - Moving style from html to css #133

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
💄 fix: changing user image placeholder
  • Loading branch information
FabioMedeiros1000 committed Dec 29, 2024
commit 21d0738d7f29151be15965e27698edd91d5d05c4
66 changes: 34 additions & 32 deletions Templates/3D Theme/index.html
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
<!DOCTYPE html>

<html>
<head>
<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet'/>
<link href='https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css' rel='stylesheet'/>
<link rel="stylesheet" href="style.css">
<title>3D Theme</title>
</head>
<body>
<div class='navbar no-items section' id='navbar'></div>
<img alt='User Photo' id='userPhoto' src='https://1.bp.blogspot.com/-v4Yi0oSR0-c/X1YRNalQZLI/AAAAAAAAA6U/xMnEQKBDgPgKFXQONoHthgMbQ91QURBlACLcBGAsYHQ/s0/technopreneur.jpg'/>
<span id='userName'>3D Theme by Farell Faiz</span>
<div id='links'>
<a class='link' href='#yourLink' target='_blank'><i aria-hidden='true' class='fa fa-camera'></i>&#160;&#160;Photography Submission</a>
<a class='link' href='#yourLink' target='_blank'><i aria-hidden='true' class='ri-discord-fill'></i>&#160;&#160;Discord Server</a>
<a class='link' href='#yourLink' target='_blank'><i aria-hidden='true' class='fa fa-video-camera'></i>&#160;&#160;Zoom Webinar Room</a>
</div>
<div class='footer'>
<a href='#yourLink' target='_blank'>
<i aria-hidden='true' class='fa fa-globe media' style='line-height: 38px; font-size: 10px;'></i>
</a>
<a href='#yourLink' target='_blank'>
<i aria-hidden='true' class='fa fa-envelope-o media' style='line-height: 38px; font-size: 10px;'></i>
</a>
<a href='#yourLink'>
<i aria-hidden='true' class='fa fa-comments-o media' style='line-height: 38px; font-size: 10px;'></i>
</a>
<a href='#yourLink' target='_blank'>
<i aria-hidden='true' class='fa fa-instagram media' style='line-height: 38px; font-size: 10px;'></i>
</a>
</div>
</body>
</html>

<head>
<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet' />
<link href='https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css' rel='stylesheet' />
<link rel="stylesheet" href="style.css">
<title>3D Theme</title>
</head>
<body>
<div class='navbar no-items section' id='navbar'></div>
<img alt='User Photo' id='userPhoto' src='https://placehold.co/96x96' />
<span id='userName'>3D Theme by Farell Faiz</span>
<div id='links'>
<a class='link' href='#yourLink' target='_blank'><i aria-hidden='true'
class='fa fa-camera'></i>&#160;&#160;Photography Submission</a>
<a class='link' href='#yourLink' target='_blank'><i aria-hidden='true'
class='ri-discord-fill'></i>&#160;&#160;Discord Server</a>
<a class='link' href='#yourLink' target='_blank'><i aria-hidden='true'
class='fa fa-video-camera'></i>&#160;&#160;Zoom Webinar Room</a>
</div>
<div class='footer'>
<a href='#yourLink' target='_blank'>
<i aria-hidden='true' class='fa fa-globe media' style='line-height: 38px; font-size: 10px;'></i>
</a>
<a href='#yourLink' target='_blank'>
<i aria-hidden='true' class='fa fa-envelope-o media' style='line-height: 38px; font-size: 10px;'></i>
</a>
<a href='#yourLink'>
<i aria-hidden='true' class='fa fa-comments-o media' style='line-height: 38px; font-size: 10px;'></i>
</a>
<a href='#yourLink' target='_blank'>
<i aria-hidden='true' class='fa fa-instagram media' style='line-height: 38px; font-size: 10px;'></i>
</a>
</div>
</body>
</html>