-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (82 loc) · 3.01 KB
/
index.html
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
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Profile Card UI Design</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<link rel="stylesheet" href="style.css">
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous"> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<h1>Profile Card UI Design</h1>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="our-team">
<div class="pic">
<img src="IMG_2466.jpg" class="img-responsive prueba">
</div>
<div class="team-content">
<h3 class="tittle">Bladimir Mendoza</h3>
<span class="post">Web Developer</span>
</div>
<ul class="social">
<li><a href="#" class="fab fa-facebook-f"></a></li>
<li><a href="#" class="fab fa-instagram"></a></li>
<li><a href="#" class="fab fa-google-plus-g"></a></li>
<li><a href="#" class="fab fa-twitter"></a></li>
</ul>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="our-team">
<div class="pic">
<img src="IMG_2466.jpg" class="img-responsive prueba">
</div>
<div class="team-content">
<h3 class="tittle">Bladimir Mendoza</h3>
<span class="post">Web Developer</span>
</div>
<ul class="social">
<li><a href="#" class="fab fa-facebook-f"></a></li>
<li><a href="#" class="fab fa-instagram"></a></li>
<li><a href="#" class="fab fa-google-plus-g"></a></li>
<li><a href="#" class="fab fa-twitter"></a></li>
</ul>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="our-team">
<div class="pic">
<img src="IMG_2466.jpg" class="img-responsive prueba">
</div>
<div class="team-content">
<h3 class="tittle">Bladimir Mendoza</h3>
<span class="post">Web Developer</span>
</div>
<ul class="social">
<li><a href="#" class="fab fa-facebook-f"></a></li>
<li><a href="#" class="fab fa-instagram"></a></li>
<li><a href="#" class="fab fa-google-plus-g"></a></li>
<li><a href="#" class="fab fa-twitter"></a></li>
</ul>
</div>
</div>
</div>
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>