-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
117 lines (103 loc) · 6.33 KB
/
services.html
File metadata and controls
117 lines (103 loc) · 6.33 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Sheena Gil | Data Analyst</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<a href="index.html" class="logo"><strong>Sheena Gil</strong> <span>Data Analyst</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="tools.html">Tools I use</a></li>
</ul>
<ul class="actions stacked">
<li><a href="https://drive.google.com/uc?export=download&id=1UmV2CTXydAI_vhgqPC9TvOLAO2bf3uw9" class="button primary fit">Download my Resume <span class="fa fa-download"></span></a></li>
<li><a href="index.html#contact" class="button scrolly">Get in touch <span class="fa fa-envelope"></span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main" class="alt">
<!-- One -->
<section id="one">
<div class="inner">
<header class="major">
<h1>Services</h1>
</header>
<!-- <span class="image main"><img src="images/pic11.jpg" alt="" /></span> -->
<div class="row">
<!-- <div class="col-6 col-12-small">
<h3>Sem turpis amet semper</h3>
<p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat commodo eu sed ante lacinia. Sapien a lorem in integer ornare praesent commodo adipiscing arcu in massa commodo lorem accumsan at odio massa ac ac. Semper adipiscing varius montes viverra nibh in adipiscing blandit tempus accumsan.</p>
</div>
<div class="col-6 col-12-small">
<h3>Magna odio tempus commodo</h3>
<p>In arcu accumsan arcu adipiscing accumsan orci ac. Felis id enim aliquet. Accumsan ac integer lobortis commodo ornare aliquet accumsan erat tempus amet porttitor. Ante commodo blandit adipiscing integer semper orci eget. Faucibus commodo adipiscing mi eu nullam accumsan morbi arcu ornare odio mi adipiscing nascetur lacus ac interdum morbi accumsan vis mi accumsan ac praesent.</p>
</div> -->
<!-- Break -->
<div class="col-4 col-12-medium">
<h3>Data Analysis Services:</h3>
<p>Data cleaning and preprocessing: Explain how you can clean and transform raw data into a usable format for analysis.</p>
<p>Data visualization: Describe your expertise in creating visual representations of data to facilitate understanding and decision-making.</p>
<p>Statistical analysis: Highlight your skills in applying statistical techniques to uncover insights and patterns in data.</p>
<p>Predictive modeling: Mention your ability to build predictive models to forecast future trends or outcomes based on historical data.</p>
</div>
<div class="col-4 col-12-medium">
<h3>Layout Artist Services:</h3>
<p>Graphic design: Emphasize your proficiency in creating visually appealing layouts for various media, such as print materials, digital graphics, or social media assets.</p>
<p>Branding and identity design: Explain how you can develop or enhance a brand's visual identity through the use of logos, color schemes, typography, and other design elements.</p>
<p>Print design: Mention your experience in designing brochures, flyers, posters, business cards, and other printed materials.</p>
<p>User interface (UI) design: Highlight your skills in designing intuitive and aesthetically pleasing user interfaces for websites, applications, or software.</p>
</div>
<div class="col-4 col-12-medium">
<h3>Software Development Services:</h3>
<p>Custom web application development: Describe your expertise in developing web applications using the Yii2 framework, tailored to clients' specific requirements.</p>
<p>Database integration: Highlight your ability to integrate databases seamlessly into Yii2 applications, ensuring efficient data storage and retrieval.</p>
<p>Front-end development: Explain your proficiency in building responsive and user-friendly interfaces using HTML, CSS, and JavaScript within the Yii2 framework.</p>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/sheenagil24" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/sheena.gil.9" class="icon brands alt fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/sheena.gil/" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/xiniexhin" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/sheena-gil/" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://dribbble.com/xhin123" class="icon brands alt fa-dribbble"><span class="label">dribbble</span></a></li>
</ul>
<ul class="copyright">
<li><a href="index.html" class="button scrolly">Back to Main <span class="fa fa-home"></span></a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>