-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (84 loc) · 4.01 KB
/
index.html
File metadata and controls
92 lines (84 loc) · 4.01 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
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Another portfolio</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" />
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/main.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- <link rel="icon" type="image/png" href="images/favicon.png"> -->
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 15%">
<h4><strong class="sarahConnor">Hey hey. I'm Lina.</strong></h4>
<p>I'm a designer who learned to code.</p>
</div>
</div>
<br><br><br>
<div class="row">
<div class="four columns">
<div class="twemoji">
<img src="https://twemoji.maxcdn.com/2/72x72/1f469-1f3ff-200d-1f4bb.png">
<h6><strong class="sarahConnor">HTML5/CSS3</strong></h6>
</div>
<p>
This is my <strong class="sarahConnor">strength</strong>. It is one of the first things I learned when I immersed myself in programming and that I aim to perfect in each project.
</p>
</div>
<div class="four columns">
<div class="twemoji">
<img src="https://twemoji.maxcdn.com/2/72x72/1f48e.png">
<h6><strong class="sarahConnor">Full Stack Rails Developer</strong></h6>
</div>
<p>
It is a language in which I am currently <strong class="sarahConnor">training</strong> while working on real projects. I find it very interesting and I want to continue learning.
</p>
</div>
<div class="four columns">
<div class="twemoji">
<img src="https://twemoji.maxcdn.com/2/72x72/1f409.png">
<h6><strong class="sarahConnor">Beyond the wall</strong></h6>
</div>
<p>
I <strong class="sarahConnor">seek</strong> to generate quality code, readable and scalable.
I am interested in improving my JavaScript much more and knowing a little more about the back-end side.
</p>
</div>
</div>
<br><br><br>
<footer>
<div class="row">
<div class="twelve columns">
<div class="footerNetwork">
<a href="https://dribbble.com/selfeik" class="networkTwitter" title="some design" target="_blank"></a>
<a href="https://github.com/selfeik" class="networkGithub" title="some code" target="_blank"></a>
</div>
<strong class="sarahConnor">2018</strong>
</div>
</div>
</footer>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="//twemoji.maxcdn.com/2/twemoji.min.js?2.5"></script>
</body>
</html>