-
Notifications
You must be signed in to change notification settings - Fork 0
/
text-content.txt
177 lines (120 loc) · 2.87 KB
/
text-content.txt
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
========== HEADER ==========
.nav__logo
Patrick <span>Moz</span>
.nav__link
Home - About - Services - Projects - Contact
========== HOME ==========
.home__subtitle
Hello, <span>I’m</span>
.home__title
Patrick Moz
.home__education
Front-end Developer
.home__description
With knowledge in web development and
design, I offer the best projects resulting
in quality work.
.button
Let's Talk
.home__social
https://github.com/
https://dribbble.com/
https://www.linkedin.com/
.home__social-icon (clip-path)
polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
========== ABOUT ==========
.section__subtitle
My <span>Intro</span>
.section__title
About Me
.about__description
Frontend developer, I create web pages with
UI / UX user interface, I have years of
experience and many clients are happy with the
projects carried out.
.button
Contact Me
========== SKILLS ==========
.section__subtitle
Favorite <span>Skills</span>
.section__title
My Skills
.skills__description
See fully what skills I have and perform,
to develop the projects for you.
.button
See Projects
.skills__item
HTML & CSS
JavaScript
Bootstrap
React
Git & GitHub
Figma
Sketch
========== SERVICES ==========
.section__subtitle
My <span>Services
.section__title
What I Do
.services__title .services__description
Web Developer
Development of custom web pages.
Using current technologies and
libraries of the labor field.
UI/UX Designer
I offer design of web interfaces and
mobile applications, design made in
figma, adobe xd and sketch.
Graphic Design
I make designs at the client's request,
banner design, posters, digital
designs among others.
========== PROJECTS ==========
.section__subtitle
My <span>Jobs</span>
.section__title
Recent Projects
.projects__subtitle .projects__title .projects__button
Web
Modern website
View demo
========== CONTACT ==========
.section__subtitle
Get In <span>Touch</span>
.section__title
Contact Me
.contact__input (placeholder)
Enter your name
Enter your email
Enter your message
.button (type="submit")
Send Message
========== EMAIL JS CONTACT ==========
Before proceeding, I recommend creating your EmailJs account(https://www.emailjs.com/)
// serviceID - templateID - #form - publicKey
// Show sent message
Message sent successfully
// Remove message after five seconds
// Clear input fields
// Show error message
Message not sent (service error)
* Copy this code into your (Email Template)
Names: {{user_name}}
Email: {{user_email}}
Project: {{user_project}}
Best wishes,
EmailJS team
========== FOOTER ==========
.footer__title
Patrick <span>Moz</span>
.footer__education
Front-end Developer
.footer__social-link
https://www.facebook.com/
https://www.instagram.com/
https://twitter.com/
.footer__copy
© Copyright Bedimcode. All rights reserved
.footer__social-icon (clip-path)
polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)