Exemple #1
0
def about_our_process():
    return render_template('about_our_process.html', 
        title='Our Process | BR Graphic Design', 
        navigation=navigation['about'], 
        testimonial=get_testimonial(), 
        user=get_user(),
        seo_keywords='BR Graphic Design, Design Process, Graphic Design, Web Development, Dayton, Ohio', 
        seo_description='Our carefully designed process is meant to ensure customer satisfaction througout the entire project life cycle')
Exemple #2
0
def about():
    return render_template('about.html', 
        navigation=navigation['about'], 
        title='About Us | BR Graphic Design', 
        testimonial=get_testimonial(), 
        user=get_user(),
        seo_keywords='BR Graphic Design, About Us, Ryan Sites, Brandy Sites', 
        seo_description='The design duo at BR Graphic Design holds over 20 years of experience in programming, graphic design, and marketing')
Exemple #3
0
def about_programs():
    return render_template('about_programs.html', 
        navigation=navigation['about'], 
        title='Design Tools | BR Graphic Design', 
        testimonial=get_testimonial(), 
        user=get_user(),
        seo_keywords='BR Graphic Design, Design Tools, Open Source, Dayton, Ohio', 
        seo_description='One of the ways we minimize our overhead costs is to utilize open source software whenever possible.')    
Exemple #4
0
def services_other_services():
    return render_template('services_other_services.html', 
        title='Other Services  | BR Graphic Design', 
        navigation=navigation['services'], 
        testimonial=get_testimonial(), 
        slideshow=get_random_slideshow(3), 
        user=get_user(),
        seo_keywords='BR Graphic Design, Photography',
        seo_description='We strive to offer you a full range of service products so that you can rest assured that your entire corporate identity package will be crafted with consistency')    
Exemple #5
0
def services_print_design():
    return render_template('services_print_design.html', 
        title='Print Design Services  | BR Graphic Design', 
        navigation=navigation['services'],
        testimonial=get_testimonial(), 
        slideshow=get_random_slideshow(2), 
        user=get_user(),
        seo_keywords='BR Graphic Design, Print Design Services, Dayton, Ohio', 
        seo_description='Whether your organization needs a simple sell sheet, or 10,000 trifold brochures, please consider BR Graphic Design for a custom, professional design.')
Exemple #6
0
def services_corporate_identity():
    return render_template('services_corporate_identity.html', 
        title='Corporate Identity Services  | BR Graphic Design',  
        navigation=navigation['services'], 
        testimonial=get_testimonial(),  
        slideshow=get_random_slideshow(1), 
        user=get_user(),
        seo_keywords='BR Graphic Design, Corporate Identity, Marketing, Services, Dayton, Ohio', 
        seo_description='At BR Graphic Design, we take the time to really get to know your business, competition, and business objectives.')
Exemple #7
0
def services_website():
    return render_template('services_website_design.html', 
        title='Website Design Services  | BR Graphic Design',  
        navigation=navigation['services'], 
        testimonial=get_testimonial(), 
        slideshow=get_random_slideshow(0), 
        user=get_user(),
        seo_keywords='BR Graphic Design, Website Design, Website Development, Web Services, Dayton, Ohio', 
        seo_description='Each website by BR Graphic Design LLC is 100% custom designed and carefully crafted to project a unique look and feel for our clients.')    
Exemple #8
0
def services():
    return render_template('services.html',
     title='Services | BR Graphic Design',
     navigation=navigation['services'],
     testimonial=get_testimonial(), 
     slideshow = get_random_slideshow(), 
     user=get_user(),
     seo_keywords='BR Graphic Design, Services, Dayton, Ohio', 
     seo_description='The services BR Graphic Design LLC performs for their clients')