1
2
3
4
5
6
7
8
9
10
11
12
13

Nico

.is()


14
15
16
17
18
19
20
21 <div class = "container" >
22
23 <div class = me id = me >
25
25
26
27 <h3> get to know me <h3>
28
29
30
31 <p>
32 Hello my name is Nicolas Carrillo but you can call me nico.
33 <br>
34 Im originally from Guatemala but later on moved to Chico California where I stayed until 2021.
35 <p>
36 <!---------------------------------------------------------------->
37
38 <p>
39 Currently im a first generation student enrolled in my 3rd year out in San Francisco State University
40
41 where I am majoring in Computer Science with a minor in business.
42 <p>
43
44 <!---------------------------------------------------------------->
45
46 <p>
47 I am an aspiring Full Stack Software developer as well as a Digital Marketer
48
49 <br>
50
51At the moment I am working on the IBM Full Stack Software Developer Professional Certificate
52
53in hopes to land my first internship this upcoming summer
54<p>
55
56<!---------------------------------------------------------------->
57
58 <p>
59 I became interested in coding during the lock down of COVID-19 in which my friend n I had an Idea for
60
61 an app that built your closet virtually to share unique clothing pieces that you owned to the world. The
62
63 only issue was that I at the moment was a Civil Engineer Major while he was a Business major. We
64
65 ended up taking an 8 hr HTML course that taught us how to create reactive buttons, a contact me
66
67 page, and the front end design of YouTubes front page. While we practiced recreating different
68
69 webpages we got into CSS and a little bit of JavaScript. Once the summer ended we both ended up
70
71 switching our majors to Computer Science in our Second year of college and started our venture in our
72
73 Computer Science careers
74 <p>
75
76
77</div>
78
79
80</div>
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100