-
Notifications
You must be signed in to change notification settings - Fork 88
add: profile Muhammad Naufal Pratomo #28
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
Open
NaufalPratomo
wants to merge
11
commits into
wrideveloper:main
Choose a base branch
from
NaufalPratomo:mine
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
bb1c9fd
html profile
NaufalPratomo feedb32
nah ini cv nya
NaufalPratomo 6dac877
buat profile
NaufalPratomo 36a9a75
cv nya nihh
NaufalPratomo 8f4ce52
penambahan style
NaufalPratomo c105119
update cv
NaufalPratomo 0b7c337
update cv
NaufalPratomo 00c94a7
feat: add css at my profile and cv
NaufalPratomo 30ac13e
Delete cv.html
NaufalPratomo 8d65da5
add: HTML and CSS Files
NaufalPratomo df138df
Merge branch 'mine' of https://github.com/NaufalPratomo/wrideveloper.…
NaufalPratomo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <title>CV Muhammad Naufal Pratomo</title> | ||
| <link rel="shortcut icon" href="https://st2.depositphotos.com/33928496/47670/v/450/depositphotos_476703492-stock-illustration-logo-letter-monogram-slash-modern.jpg" type="image/x-icon"> | ||
| </head> | ||
| <body style="background-color: honeydew;"> | ||
| <br><br> | ||
| <div> | ||
| <center> | ||
| <div style="background-color: ghostwhite; border-radius: 12px; width: 60%; box-shadow: 0px 0px 20px lightyellow"> | ||
| <br> | ||
| <h1 style="text-align: center;">Curriculum Vitae</h1> | ||
| <h2 style="text-align: center;">Muhammad Naufal Pratomo</h2> | ||
| <br> | ||
| </center> | ||
| </div> | ||
| <br><br> | ||
| <div style="background-color: ghostwhite; border-radius: 12px; width: 100%; box-shadow: 0px 0px 20px lightyellow"> | ||
| <br><br> | ||
| <h3 style =" margin-left: 5%;">Pendidikan</h3> | ||
| <p style =" margin-left: 5%;">Saat ini sedang menempuh pendidikan di Politeknik Negeri Malang</p> | ||
| <br> | ||
| <h3 style =" margin-left: 5%;">Keterampilan</h3> | ||
| <ul> | ||
| <li style =" margin-left: 5%;">Pernah nyentuh ascendant di valorant :D</li> | ||
| <li style =" margin-left: 5%;">Ahli memancing di fishing Planet</li> | ||
| <li style =" margin-left: 5%;">Selalu on time anaknya sihhh :)</li> | ||
| </ul> | ||
| <br> | ||
| <h3 style =" margin-left: 5%;">Pengalaman Kerja</h3> | ||
| <p style =" margin-left: 5%;">Belum ada nichhhh :C</p> | ||
| <br> | ||
| <h3 style =" margin-left: 5%;">Kontak</h3> | ||
| <p style =" margin-left: 5%;">Email: naufalpratomo8@gmail.com</p> | ||
| <p style =" margin-left: 5%;">No. Telepon: 08********21</p> | ||
| <p style =" margin-left: 5%;">gitgub: https://github.com/NaufalPratomo</p> | ||
| <br><br><br> | ||
| <center> | ||
| <a href="index.html"><button>Pencet ini kalo mau balik ke profile</button></a> | ||
| <br><br><br> | ||
| </center> | ||
| </div> | ||
| </body> | ||
| </html> |
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. jangan dihapus |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,30 +1,33 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>wrideveloper.github.io</title> | ||
| <style> | ||
| * { | ||
| padding: 0; | ||
| margin: 0; | ||
| box-sizing: border-box; | ||
| font-family: sans-serif; | ||
| } | ||
|
|
||
| html, | ||
| body { | ||
| height: 100%; | ||
| } | ||
|
|
||
| body { | ||
| display: flex; | ||
| justify-content: center; | ||
| align-items: center; | ||
| } | ||
| </style> | ||
| </head> | ||
| <body> | ||
| <h1>wrideveloper.github.io</h1> | ||
| </body> | ||
| </html> | ||
| <html> | ||
| <head> | ||
| <title> | ||
| It's Mine :D | ||
| </title> | ||
| <link rel="shortcut icon" href="https://t3.ftcdn.net/jpg/04/77/81/22/360_F_477812217_BVMns3ybwK4PHrUD3nGrwEL5lyxKmdik.jpg" type="image/x-icon"> | ||
| </head> | ||
| <body style="background-color: powderblue;"> | ||
| <center> | ||
| <br><br><br> | ||
| <div style="background-color: rgb(217, 241, 252); border-radius: 12px; width: 60%; box-shadow: 0px 0px 20px #00fff2;"> | ||
| <br> | ||
| <h1 style="text-align: center;">Muhammad Naufal Pratomo</h1> | ||
| <h2>Waga no Profiledesu:</h2> | ||
| <br> | ||
| <p>ada siapa nihh :D</p> | ||
| <img src="https://th.bing.com/th/id/OIG.Pfg0JE_xRTtmHH_VzvXc?pid=ImgGn" | ||
| style="width: 50%; border-radius: 10%;" | ||
| alt="tau deh saha :v "> | ||
| <h2>Umur:</h2> | ||
| <p>eitsss rahasiaa 😋</p> | ||
| <h2>Alamat:</h2> | ||
| <p>Di Malang deh pokoknya</p> | ||
| <h2>Hobby:</h2> | ||
| <p>Ngegarap jobsheet hehehe :)</p> | ||
| <br> | ||
| <a href="cv.html"><button>ada CV ku ni ges</button></a> | ||
| <br><br><br> | ||
| </div> | ||
| <br><br><br> | ||
| </center> | ||
| </body> | ||
| </html> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yg ini dihapus aja