-
Notifications
You must be signed in to change notification settings - Fork 0
/
clinboards-page.html
162 lines (157 loc) · 6.56 KB
/
clinboards-page.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!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" />
<link rel="stylesheet" href="./assets/css/index.css" />
<title>CLIn Board</title>
</head>
<body>
<header class="header">
<div class="container-lg">
<nav class="navbar">
<input type="checkbox" name="menu" id="menu" style="display: none">
<div class="navbar__header">
<a href="./index.html" class="header__logo text-decoration-none">
<h1 class="head-md semibold">Bruno Saenz</h1>
</a>
<label for="menu" class="button__menu">
<div></div>
<div></div>
<div></div>
</label>
</div>
<ul class="navbar__links list-style-none">
<li>
<a href="./article.html" class="link text semibold">Articles</a>
</li>
<li>
<a href="./portafolio.html" class="link text semibold">Portafolio</a>
</li>
<li>
<a href="./about.html" class="link text semibold">About</a>
</li>
<li>
<a
href="./contact.html"
class="button button--primary button--sm text text-decoration-none"
>
Contact Me
</a>
</li>
</ul>
</nav>
</div>
</header>
<section class="section-md">
<div class="project-header container-lg">
<div>
<h1 class="project-content head-lg semibold">
CLIn Board
</h1>
<p class="project-content text-lg light my-0.5 primary-darker" style="color: var(--gray-700)">
Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet fugiat veniam occaecat fugiat aliqua.
</p>
<a class="button button--md button--primary text-decoration-none" href="https://github.com/codeableorg/ruby-clin-boards-clin-boards-c8-week3-team7" style="width: 174px; margin-top: 40px">
Go to the repo
</a>
</div>
<figure>
<a href="https://github.com/codeableorg/ruby-clin-boards-clin-boards-c8-week3-team7">
<img src="./assets/images/clin.PNG" alt="Picture of the terminal of a ruby interfase">
</a>
</figure>
</div>
</section>
<section class="section-md">
<div class="project-content__body py-3 bg-primary-darker">
<h2 class="project-content__body head-md semibold">
How it was built
</h2>
<p style="color: var(--gray-700); justify-content: start;">
Odio nisi, lectus dis nulla. Ultrices maecenas vitae rutrum dolor ultricies donec risus sodales. Tempus quis et.
</p>
<section class="project-content__flex">
<div style="max-width: 308px">
<img src="./assets/images/1.png" alt="icon" class="mb-1" style="margin-top: 64px">
<h3 class="text-lg semibold">
Build on the terminal
</h3>
<p class="text-md light" style="margin-top: 8px">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
</p>
</div>
<div style="max-width: 308px">
<img src="./assets/images/2.png" alt="icon" class="mb-1" style="margin-top: 64px">
<h3 class="text-lg semibold">
Ruby
</h3>
<p class="text-md light" style="margin-top: 8px">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
</p>
</div>
<div style="max-width: 308px">
<img src="./assets/images/3.png" alt="icon" class="mb-1" style="margin-top: 64px">
<h3 class="text-lg semibold">
Professional Version Control
</h3>
<p class="text-md light" style="margin-top: 8px">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
</p>
</div>
</section>
</div>
</section>
<section class="section-md">
<div class="project-team container-lg">
<h2 class="head-md semibold">
Our team
</h2>
<p style="color: var(--gray-500)">
Odio nisi, lectus dis nulla. Ultrices maecenas vitae rutrum dolor ultricies donec risus sodales. Tempus quis et.
</p>
<section class="project-content__flex">
<figure>
<img src="./assets/images/Avatar 3.png" alt="picture of a person" style="max-width: 308px">
<figcaption>
Claudia Zelada
<div style="display: flex; gap: .9rem">
<a href="#"><img src="./assets/images/5.png" alt="icon of GitHub"></a>
<a href="#"><img src="./assets/images/4.png" alt="icon of likedln"></a>
</div>
</figcaption>
</figure>
<figure>
<img src="./assets/images/Avatar 2.png" alt="picture of a person" style="max-width: 308px">
<figcaption>
Javier Cadillo
<div style="display: flex; gap: .9rem">
<a href="#"><img src="./assets/images/5.png" alt="icon of GitHub"></a>
<a href="#"><img src="./assets/images/4.png" alt="icon of likedln"></a>
</div>
</figcaption>
</figure>
<figure>
<img src="./assets/images/Avatar.png" alt="picture of a person" style="max-width: 308px">
<figcaption>
Ximena Vera
<div style="display: flex; gap: .9rem">
<a href="#"><img src="./assets/images/5.png" alt="icon of GitHub"></a>
<a href="#"><img src="./assets/images/4.png" alt="icon of likedln"></a>
</div>
</figcaption>
</figure>
</section>
</div>
</section>
<footer>
<div class="container-md footer__content">
<h2 class="head-xl semibold">Can I help you?</h2>
<a href="./contact.html" class="text-decoration-none">
<button class="button button--lg button--primary button--footer text-lg text-primary-darker text-decoration-none">get in touch!</button>
</a>
</div>
</footer>
</body>
</html>