Skip to content

Latest commit

 

History

History
60 lines (56 loc) · 2.71 KB

index.md

File metadata and controls

60 lines (56 loc) · 2.71 KB
layout title tagline description author
ampindex
NC Designs Studio
Specializing in web coding
NC Designs Studio provides web development services including web design, production, and maintenance.
Nelson Correia

{% include JB/setup %}

Work can be fun

Welcome. You have arrived at my professional site which is a working demo of my concentrations in web performance and web accessibility.

I strive to keep my projects lean and inclusive to all.

To see project samples, please visit my portfolio page.


If you're looking for help on maintaining or upgrading your site, I can be reached through several channels:

    		<li role="listitem"><a class="intcmp_content btn btn-info" href="mailto:nelson.ncdesigns@gmail.com">nelson.ncdesigns@gmail.com</a></li>
    
    		<li role="listitem"><a target="_blank" rel="noopener" href="https://www.facebook.com/ncdesignsstudi0" class="intcmp_content  btn btn-info" onClick="_gaq.push(['_trackEvent', 'Social Link', 'Facebook Link', 'Facebook – Words']);">Facebook</a></li>
    
    		<li role="listitem"><a target="_blank" rel="noopener" href="https://www.behance.net/ncdesigns" class="intcmp_content  btn btn-info" onClick="_gaq.push(['_trackEvent', 'Social Link', 'Behance Link', 'Behance – Words']);">Behance</a></li>
    
    		<li role="listitem"><a target="_blank" rel="noopener" href="https://www.linkedin.com/pub/nelson-correia/10/493/b14" class="intcmp_content btn btn-info" onClick="_gaq.push(['_trackEvent', 'Social Link', 'LinkedIn Link', 'LinkedIn – Words']);">LinkedIn</a></li>
    	</ul>
    </div>
    <h2 id="recent_posts">Recent Posts</h2>
    <ul class="posts">
    	{% for post in site.posts %}
    		<li><span>{{ post.date | date_to_string }}</span> &raquo; <a class="intcmp_content" href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></li>
    	{% endfor %}
    </ul>
    
<style> div{ color:blue; } </style>
<script> var shadow = document.querySelector('#special-header').attachShadow({mode: 'open'}); var template = document.querySelector('#shadowDOMTemplateTest'); var clone = document.importNode(template.content, true); shadow.appendChild(clone); document.querySelector('#special-header').textContent = 'Work can be fun.'; </script>