-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (67 loc) · 2.59 KB
/
index.html
File metadata and controls
87 lines (67 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> °☆.。.:</title>
<link rel="shortcut icon" href="http://example.com/favicon.png" type="image/x-icon">
<link href="style-site.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Lato:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="input_wrapper">
<input type="text" placeholder="search" class="input_user">
<div class="btn_submit">ok</div>
</div>
<div class="row">
<div class="user_info">
<div class="user_img">
<img src="https://avatars.githubusercontent.com/u/85513215?v=4">
</div>
<div class="user_name">
<h3> ^﹏^ !! </h3>
<h1> scognamiglioo </h1>
</div>
<div class="follow">
<div class="item followers_">
<p>seguidores!</p>
<span>5</span>
</div>
<div class="item follow_">
<p>seguindo!</p>
<span>6</span>
</div>
</div>
</div>
<div class="repo">
<h1>repositórios ₊˚✧ *·₊° </h1>
<div class="repo_details">
<div class="item_">
<div class="repo_name">api-github</div>
<div class="repo_details_">
<div class="info_star">
<i class="far fa-star"></i>0</div>
<div class="info_ fork">
<p><i class="fas fa-code-branch"></i>0</p>
</div>
<div class="info_ size">
<p><i class="fa fa-file"></i>82</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="js.js"></script>
</html>